Interface TrivialTransitions


public interface TrivialTransitions
Convenience interface for states that do not have any transitions.
  • Method Summary

    Modifier and Type Method Description
    void done()  
  • Method Details