Package org.demac.event

Interface Summary
EventHandle Superinterface of all org.demac.event.EventHandle[s] used by the DEMAC event service and it's components.
EventListener Interface which has to be implemented to register at an org.demac.event.EventService to get informed of triggered org.demac.event.Event[s].
EventParser Superinterface of all org.demac.event.EventParser[s] used by the DEMAC event service and it's components.
 

Class Summary
Event Superclass of all events which can be used by the org.demac.event.EventService.
EventService The generic event service of the DEMAC architecture.
MulticastEvent This class is the basis for all multicast events.