Uses of Package
org.ocap.event

Packages that use org.ocap.event
org.ocap.event The org.ocap.event package manages user events. 
 

Classes in org.ocap.event used by org.ocap.event
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.
UserEventFilter
          Only one instance of the class that implements this interface can be registered to EventManager via the EventManager.setUserEventFilter() method.