Interface When<S,​E,​C>

  • All Known Subinterfaces:
    On<S,​E,​C>
    All Known Implementing Classes:
    TransitionsBuilderImpl

    public interface When<S,​E,​C>
    When
    Author:
    Frank Zhang
    • Method Detail

      • perform

        void perform​(Action<S,​E,​C> action)
        Define action to be performed during transition
        Parameters:
        action - performed action