Package net.mlw.gfw.event

Interface Summary
Event This is the base implementation of an event.
EventHandler This interface has one purpose, to consume events.
EventHandlerContainer This interface defines that an Object contaions EventHandler(s).
 

Class Summary
AsynchronousEventHandlerDecorator  
EventHandlerList A PublisherGroup holds meany Publisher(s), and allows them to be treated as one.
EventHandlerMap A Map of EventHandler(s).
EventHandlerTypeDelegator This EventHandler contains a Map of EventHandler(s).
EventHandlerTypeDelegator.EventProcessingMode  
 

Exception Summary
EventNotProcessedException Exception thrown when event is not processed.
InvalidEventException Exception thrown when event can not be processed by the given EventHandler.
 



Copyright © 2003-2004 mlavilson. All Rights Reserved.