Interface | Description |
---|---|
CurrentViewListener | |
SimpleMessageBus.MessageHandler |
A Message Receiver must implement this interface in order to handle a message that is posted.
|
Class | Description |
---|---|
ActivityTableListSelectionListener | |
CurrentViewChangedEvent | |
Events |
Commonly used Messages/Events that are used by the
SimpleMessageBus |
HSplitPaneDividerLocChangeListener | |
ResourceTableListSelectionListener | |
SimpleMessageBus |
Simple Message Bus allows decoupled components to exchange messages (ie, events, if you will)
Receivers simply need to register themselves as a
SimpleMessageBus.MessageHandler and when a publisher posts a new
message then the receivers will be notified with the message contents. |
SKDTimeScrollListener | |
SnapToGridActivityListener |
Snap To Grid is an
ActivityListener that decorates and existing
ActivityListener by altering the IlvTimeInterval for the
event to ensure that while the activity is moved or resized that it's times
align with the snap to grid interval. |
VSplitPaneDividerLocChangeListener |