Package net.java.ao.event

This is a simple event system for ActiveObjects.

See:
          Description

Interface Summary
EventManager This is the central point of the event system where listeners are registered (and/or unregistered) and events fired.
 

Class Summary
EventManagerImpl The default implementation of the EventManager
 

Annotation Types Summary
EventListener Interface to annotate methods of event listeners.
 

Package net.java.ao.event Description

This is a simple event system for ActiveObjects. It has been largely inspired by Atlassian Event.

See Also:
EventManager, EventListener


Copyright © 2007-2011. All Rights Reserved.