Package org.ocap.event

The org.ocap.event package manages user events.

See:
          Description

Interface Summary
UserEventFilter Only one instance of the class that implements this interface can be registered to EventManager via the EventManager.setUserEventFilter() method.
 

Class Summary
EventManager The event manager allows an application to receive events coming from the user.
UserEvent Represents a user event.
UserEventAction UserEventAction is returned by the UserEventFilter.filterUserEvent() method in order to inform the EventManager the value of the event and to which applications the event shall be forwarded.
 

Package org.ocap.event Description

The org.ocap.event package manages user events.