Uses of Class
org.ocap.event.UserEvent

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

Uses of UserEvent in org.ocap.event
 

Methods in org.ocap.event that return UserEvent
 UserEvent UserEventAction.getEvent()
          Get the event to be forwarded.
 

Methods in org.ocap.event with parameters of type UserEvent
 UserEventAction UserEventFilter.filterUserEvent(UserEvent e)
          Called by the platform to filter user input events specified in the UserEventRepository when the event is received.
 void UserEventAction.setEvent(UserEvent event)
          Sets the event returned by this class.
 

Constructors in org.ocap.event with parameters of type UserEvent
UserEventAction(UserEvent event, AppID[] appIDs)
          Creates a UserEventAction instance.