java.lang.Object
io.github.palexdev.virtualizedfx.controls.behavior.actions.EventAction<E>
All Implemented Interfaces:
DisposableAction

public class EventAction<E extends Event> extends Object implements DisposableAction
An EventAction is a convenience bean which implements DisposableAction used by BehaviorBase to register an EventHandler on a certain Node for a certain EventType, and dispose it once it's not needed anymore.

This bean also has a boolean flag to indicate whether this should be registered as a handler or a filter.