public class TvEvent extends EvwEvent
Event object for events with tag-value lists.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
DEP_LIST
Class dependencies
|
protected TvList |
tvList |
static java.lang.String |
VERSION
Class version
|
EVT_CONNECT, EVT_DISCONNECT, EVT_NEW_DATA, EVT_NONE, EVT_RCV_EOF, EVT_RCV_NULL, EVT_SRC_EXCEPTION, evtType, srcException| Constructor and Description |
|---|
TvEvent(java.lang.Object evtSource,
int type,
TvList list) |
TvEvent(java.lang.Object evtSource,
int type,
TvList list,
java.lang.Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
TvList |
getTvList() |
getException, getTypepublic static final java.lang.String VERSION
public static final java.lang.String[] DEP_LIST
protected TvList tvList
public TvEvent(java.lang.Object evtSource,
int type,
TvList list)
public TvEvent(java.lang.Object evtSource,
int type,
TvList list,
java.lang.Exception exception)
public TvList getTvList()