Package org.javarosa.core.api
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 voidstart()
-
Method Details
-
start
void start()
-