| Package | Description |
|---|---|
| org.dvb.event |
| Modifier and Type | Class and Description |
|---|---|
class |
OverallRepository
This class defines a repository which initially contains all the user events which can be
delivered to an application.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2012 code4tv.com. All Rights Reserved.