Uses of Class
org.dvb.event.UserEventRepository

Packages that use UserEventRepository
org.dvb.event   
 

Uses of UserEventRepository in org.dvb.event
 

Subclasses of UserEventRepository in org.dvb.event
 class OverallRepository
          This class defines a repository which initially contains all the user events which can be delivered to an application.
 

Methods in org.dvb.event with parameters of type UserEventRepository
 boolean EventManager.addExclusiveAccessToAWTEvent(ResourceClient client, UserEventRepository userEvents)
          An application should use this method to express its intend to have exclusive access to some events, but for these events to be received through the java.awt mechanism.
 boolean EventManager.addUserEventListener(UserEventListener listener, ResourceClient client, UserEventRepository userEvents)
          Adds the specified listener to receive events coming from the user in an exclusive manner.
 void EventManager.addUserEventListener(UserEventListener listener, UserEventRepository userEvents)
          Adds the specified listener to receive events coming from the user.