org.indi.reactor
Interface TimerCallback

All Known Implementing Classes:
SimpleTimer, TimerHandler

public interface TimerCallback

A basic callback to be called by a reactor whenever a timer expires.

Author:
Dirk Hünniger

Method Summary
 void onTimer()
          Called by the reactor when a timer expires.
 

Method Detail

onTimer

void onTimer()
Called by the reactor when a timer expires.



Copyright © 2008. All Rights Reserved.