| Modifier and Type | Optional Element and Description |
|---|---|
int |
filterId
The filter value as an int, a value of Integer.MAX_VALUE indicates no
filtering should be applied.
|
String |
filterString
The filter value as a String, a zero length String indicates no filtering
should be applied.
|
Class |
filterStringFromClass
The filter value as a String derived from the supplied class.
|
String |
filterVariable
A member of this class that provides a value to override static values in
annotation.
|
boolean |
propagate
Determines whether the SEP will invoke dependents as part of the event
call chain.
|
FilterType |
value
the type of match against the filter this event handler will perform A
matched will filter will only process events that match the associated
filter Id, this is the default behaviour of the EventHandler.
|
public abstract FilterType value
unmatched then
the handler will be notified if there are no filters in the system that
match against the event, this is the same behaviour as the default in a
case statement if each matching case calls break.public abstract int filterId
public abstract String filterString
public abstract String filterVariable
public abstract Class filterStringFromClass
Copyright © 2019. All rights reserved.