Class InvalidationAction<T>

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

public class InvalidationAction<T> extends Object implements DisposableAction
An InvalidationAction is a convenience bean which implements DisposableAction used by BehaviorBase to register an InvalidationListener on a certain ObservableValue and dispose it once it's not needed anymore.