Uses of Class
org.dvb.event.UserEvent

Packages that use UserEvent
org.dvb.event Provides access to user input events before they are processed through the event mechanism of the java.awt package. 
org.ocap.event The org.ocap.event package manages user events. 
 

Uses of UserEvent in org.dvb.event
 

Methods in org.dvb.event that return UserEvent
 UserEvent[] UserEventRepository.getUserEvent()
          Returns the list of the user events that are in the repository.
 

Methods in org.dvb.event with parameters of type UserEvent
 void UserEventRepository.addUserEvent(UserEvent event)
          Adds the given user event to the repository.
 void UserEventRepository.removeUserEvent(UserEvent event)
          Remove a user event from the repository.
 void UserEventListener.userEventReceived(UserEvent e)
          Called by the platform when a user input is received.
 

Uses of UserEvent in org.ocap.event
 

Subclasses of UserEvent in org.ocap.event
 class UserEvent
          Represents a user event.