Modifier and Type | Method and Description |
---|---|
Filter |
EtHandler.getEventFilter()
Get the event filter to use on each event before adding to list.
|
Filter |
cMsgHandler.getEventFilter()
Get the event filter to use on each event before adding to list.
|
static Filter |
Filter.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Filter[] |
Filter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EtHandler.setEventFilter(Filter eventFilter)
Set the event filter to use on each event before adding to list.
|
void |
cMsgHandler.setEventFilter(Filter eventFilter)
Set the event filter to use on each event before adding to list.
|