Package kiwi.event

Kiwi event objects and event listener interfaces.

See:
          Description

Interface Summary
DialogDismissListener This class represents a listener that is notified when a dialog window is dismissed.
HierarchicalAssociationListener This class defines the messages that can be sent by an object that takes part in some type of hierarchical association (e.g., a tree).
LinearAssociationListener This class defines the messages that can be sent by an object that takes part in some type of linear association (e.g., a list).
PropertyChangeSource Interface that must be implemented by objects that are sources of PropertyChangeEvents.
TreeModelListener This class represents a listener that is notified of changes in a tree model.
WorkspaceListener This class represents a listener that is notified of changes in a WorkspaceManager.
 

Class Summary
ActionSupport A support object for generating ActionEvents.
BasicTreeModelListener A trivial implementation of TreeModelListener, with all methods implemented as no-ops.
BasicWorkspaceListener A trivial implementation of WorkspaceListener, with all methods implemented as no-ops.
ChangeSupport A support object for generating ChangeEvents.
DialogDismissEvent Event generated by one of the Kiwi dialog classes when it has been dismissed via an OK or Cancel button.
HierarchicalAssociationEvent A hierarchical association event.
HierarchicalAssociationSupport A support object for generating HierarchicalSssociationEvents.
LinearAssociationEvent A linear association event.
LinearAssociationSupport A support object for generating LinearAssociationEvents.
TreeModelEvent Event generated by an ITreeModel to notify its listeners that the structure or state of the hierarchical data structure has changed in some way.
WorkspaceEvent Event generated by a WorkspaceManager object to notify listeners that a WorkspaceEditor's state has changed in some way.
 

Package kiwi.event Description

Kiwi event objects and event listener interfaces.