public interface TvEventListener
extends java.util.EventListener
Identifies a class that listens for tag-value events.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IF_VERSION
Interface version
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleTvEvent(TvEvent evt)
Process new event.
|
void handleTvEvent(TvEvent evt)
evt - The event to be processed.