jmce - 1_02

jmce.util
Interface TimerListener

All Known Implementing Classes:
AT24C16, PersistentMemory, Timer, Timer

public interface TimerListener

Interface for timer listener.

The method timerExpired is called when the specified timer is expired.

Version:
1.00
Author:
Mario Viara

Method Summary
 void timerExpired()
           
 

Method Detail

timerExpired

void timerExpired()
                  throws SIMException
Throws:
SIMException

jmce - 1_02