public interface FilteredEventHandler<T extends Event>
extends EventHandler<T>
Extends the concept of EventHandler by adding a user defined filter id. Only
events that match the filterID and the event type will be processed by an
instance of the FilteredEventHandler.
Author:
Greg Higgins
Field Summary
Fields inherited from interface com.fluxtion.api.lifecycle.EventHandler