org.objectweb.jonas_timer
Interface TimerEventListener

All Known Implementing Classes:
J2EEServer, JSessionSwitch, JStatefulSwitch, JStatelessSwitch, JTimer

public interface TimerEventListener


Method Summary
 void timeoutExpired(java.lang.Object arg)
          Invoked when the timeout has expired.
 

Method Detail

timeoutExpired

void timeoutExpired(java.lang.Object arg)
Invoked when the timeout has expired.