Interface State


public interface State
A state represents a particular state of the application. Each state has an associated view and controller and a set of transitions to new states.
Author:
ctsims
See Also:
TrivialTransitions
  • Method Summary

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