public interface Clockable
Clock
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Textual description of the hardware
|
void |
tick()
Method invoked by
Clock in each time instance |
void tick()
Clock
in each time instancejava.lang.String getDescription()