Interface | Description |
---|---|
StateChangeListener |
Any object that is interested in the status of the
state changed events should implement this interface and register with the
StateChangeMonitor to be notified of changes.
|
StoreStateChangeEvent |
In order to handle local event, we need to compare the parent of event's
source and GUIAction'parent.
|
Class | Description |
---|---|
ReportingStateChangeEvent |
An event that represents a state change in the application, showing both the
state that changed and the source of the state change.
|
StateChangeEvent |
An event that represents a state change in the application, showing both the
state that changed and the source of the state change.
|
StateChangeMonitor |
Maintain a registry of objects that are interested in changes in application
state.
|
ViewStateChangeEvent |
An event that represents a state change in the application, showing both the
state that changed and the source of the state change.
|