public interface StackLayer
Every layer derives from this, which has one method to implement.
Method Summary | |
---|---|
void |
timerBeep(int timerID,
int time)
This method is called by the simulator to indicate that a timer has gone off. |
Method Detail |
---|
void timerBeep(int timerID, int time)
timerID
- an int
valuetime
- an int
value