Package net.sf.rej.gui.event

Provides classes for the event framework of reJ GUI.

See:
          Description

Interface Summary
EventObserver  
 

Class Summary
Event  
EventDispatcher Class that holds a collection of observers and a notify method which notifies all registered observers.
 

Enum Summary
EventType  
 

Package net.sf.rej.gui.event Description

Provides classes for the event framework of reJ GUI. This is a low-coupling way for the user interface components to communicate with one another. One dispatcher object is instanciated at the initialization of the GUI process and all the components that want to communicate with other components are registered with the dispatcher.