public interface OnSSTimerListener
SSTimer
class (interface user) and the classes that instantiated it. This interfaced
is only used to allow code snippets to be run after a certain time frame has
elapsed.Modifier and Type | Method and Description |
---|---|
void |
onTimerDone(SSTimer me)
Performs actions required when a
SSTimer expires. |