|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventSource
Base interface for all TaskPlan objects that can fire events.
Nested Class Summary | |
---|---|
static interface |
EventSource.Event
|
Method Summary | |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
|
void |
addPropertyChangeListener(String propertyName,
PropertyChangeListener l)
|
void |
clearDirty()
|
void |
dispose()
Dispose of this object, releasing any resources it might hold (e.g. |
EventSource |
getParent()
Get the parent object for this object. |
boolean |
isComplete()
Returns true if initialization of this object completed successfully. |
boolean |
isDirty()
True if this object has been changed since the last call to clearDirty() or its construction. |
boolean |
isInitializing()
Returns true if this object is still being initialized. |
boolean |
isStarted()
Has startProducing been called on this object? |
void |
markDirty()
|
void |
removePropertyChangeListener(PropertyChangeListener l)
|
void |
removePropertyChangeListener(String propertyName,
PropertyChangeListener l)
|
void |
startProducing()
Start producing events (called after initial construction of an object graph when the entire object graph is complete). |
Method Detail |
---|
boolean isInitializing()
boolean isComplete()
void addPropertyChangeListener(PropertyChangeListener l)
void addPropertyChangeListener(String propertyName, PropertyChangeListener l)
void removePropertyChangeListener(PropertyChangeListener l)
void removePropertyChangeListener(String propertyName, PropertyChangeListener l)
void startProducing()
boolean isStarted()
boolean isDirty()
void markDirty()
void clearDirty()
EventSource getParent()
void dispose()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |