public interface Automaton
extends java.lang.Runnable
Modifier and Type | Method and Description |
---|---|
long |
getPeriod()
Gets the period to schedule the automaton at.
|
void |
onStart()
Starts the automaton.
|
void |
onStop()
Stops the automation.
|