Package tweed.system.bus

The Event Bus is used for loose coupling between components.

See:
          Description

Interface Summary
BusFilter Interace for determining whether an event should be given to a BusMember instance.
BusMember Interface for classes that want to be a member of the EventBus.
 

Class Summary
ClassFilterMember A default implementation of BusMember, accepting only events of a given class.
EventBus An event "bus" providing a centralized place for posting and recieving generic application events.
EventNipple  
 

Package tweed.system.bus Description

The Event Bus is used for loose coupling between components. A Context has its own event bus.



Copyright © 2003 Laurent Caillette. All Rights Reserved.