| Package | Description |
|---|---|
| org.dvb.event |
| Modifier and Type | Method and Description |
|---|---|
UserEvent[] |
UserEventRepository.getUserEvent()
Returns the list of the user events that are in the repository.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2012 code4tv.com. All Rights Reserved.