Package org.formaria.aria.events

Interface Summary
Action An interface for invoking an action
Actionable An interface for setting and action object, for example this is used by the Swing MenuItem to set an Action object.
ActionFactory Construct a new action object
AriaEventHandler Specifies an event handler for Aria.
EventAdapter  
ListenerHelper An interface to support addition of component specific event handling from the AriaBuilder class without having to know specific details of the component or the event.
 

Class Summary
ActionManager An action manager for applications.
EventHelper A helper to simplify adding commen events from java code
EventProxy A proxy for a listener interface
HandlerInvoker A utility class to look up and invoke a handler method