public static class EventHandlerHelper.On<T extends javafx.event.Event,U extends T>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
EventHandlerHelper.Builder<T> |
act(java.util.function.Consumer<? super U> action) |
EventHandlerHelper.On<T,U> |
where(java.util.function.Predicate<? super U> condition) |
public EventHandlerHelper.On<T,U> where(java.util.function.Predicate<? super U> condition)
public EventHandlerHelper.Builder<T> act(java.util.function.Consumer<? super U> action)