org.kaariboga.util
Interface SimpleTimerListener

All Known Implementing Classes:
DomainServer

public interface SimpleTimerListener

Classes who want some action to be triggered by a SimpleTimer should implement this interface.

See Also:
SimpleTimer

Method Summary
 void onSimpleTimer()
          This method is called by a SimpleTimer in regular intervals
 

Method Detail

onSimpleTimer

public void onSimpleTimer()
This method is called by a SimpleTimer in regular intervals