Package org.as2lib.env.event.distributor

Interface Summary
CompositeEventDistributorControl CompositeEventDistributorControl allows flexible usage of events for complex class models.
ConsumableEventDistributorControl ConsumableEventDistributorControl marks the EventDistributorControl interface as consumable.
EventDistributorControl EventDistributorControl controls a distributor to distribute events to listeners in a compiler-safe manner.
EventDistributorControlFactory EventDistributorControlFactory creates instances of type EventDistributorControl
Class Summary
AbstractCompositeEventDistributorControl AbstractCompositeEventDistributorControl is the default implementation of the CompositeEventDistributorControl interface.
AbstractEventDistributorControl AbstractEventDistributorControl offers default implementations of methods needed when implementing the EventDistributorControl interface or any sub-interface
SimpleCompositeEventDistributorControl SimpleCompositeEventDistributorControl is an event distributor that does by default not support the consumption of events
SimpleConsumableCompositeEventDistributorControl SimpleConsumableEventCompositeDistributorControl is an event distributor that supports the consumption of events by default
SimpleConsumableEventDistributorControl SimpleConsumableEventDistributorControl acts as a listener source and event distributor
SimpleConsumableEventDistributorControlFactory SimpleConsumableEventDistributorControlFactory creates instances of class SimpleConsumableEventDistributorControl
SimpleEventDistributorControl SimpleEventDistributorControl acts as a listener source and event distributor control
SimpleEventDistributorControlFactory SimpleEventDistributorControlFactory creates instances of class SimpleEventDistributorControl