Package com.objectwave.event

Provides a mechanism for Status events and basis for our application architecture with Events.

See:
          Description

Interface Summary
ChangeEventFactoryIF Any object may wish to install property change listeners on objects at runtime.
Dispatcher Used in conjunction with SimplePacketSupport.
PacketListener  
PacketProducerIF  
StatusEventListener  
 

Class Summary
DataAvailable Largely used to indicate that new data is available and is being introduced to the system.
DataChanged Existing data that was previously introduced with 'DataAvailable' has changed.
DataRequest I want specific data.
ObjectListenerList Slow at adding and removing, but fast for dispatching.
PacketEvent  
PacketSupport Events will NOT be sent to the originator of the event.
SimplePacketSupport This class facilitates the use of Event handling.
StatusEvent  
StatusManager Intended to be used as a generic shared event dispatcher.
StatusManager.Test  
StatusType  
 

Package com.objectwave.event Description

Provides a mechanism for Status events and basis for our application architecture with Events.