public static class StatefulEventHandlerTemplate.When<T,S,E extends javafx.event.Event,F extends E>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
<U extends T> |
act(java.util.function.BiConsumer<? super U,? super F> action) |
<U extends T> |
act(StatefulEventHandlerTemplate.StateTransition<? super U,S,? super F> action) |
public <U extends T> StatefulEventHandlerTemplate.Builder<U,S,E> act(java.util.function.BiConsumer<? super U,? super F> action)
public <U extends T> StatefulEventHandlerTemplate.Builder<U,S,E> act(StatefulEventHandlerTemplate.StateTransition<? super U,S,? super F> action)