public interface FilterEvent
Generic event related to the Filter Lifecycle.
Events related to this super-interface must be handled by the methods of
FilterListener
.
Field Summary |
---|
Fields inherited from interface Event |
---|
RESULT_GENERIC_ERROR, RESULT_OK |
Method Summary | |
---|---|
Filter |
getFilter()
Returns the filter associated to this event. |
Methods inherited from interface Event |
---|
getResult |
Method Detail |
---|
Filter getFilter()
null
is never returned.