Class JFXTwoPhaseActionSelector<T,U>

java.lang.Object
jfxutils.TwoPhaseActionSelector<T,U>
jfxutils.JFXTwoPhaseActionSelector<T,U>
Type Parameters:
T - represents the moves that can be selected
U - represents the actions that can be applied to the moves

public class JFXTwoPhaseActionSelector<T,U> extends TwoPhaseActionSelector<T,U>
A subclass of TwoPhaseActionSelector that provides a property to observe the selection phase.