au.com.terabit.jproactor
Interface AsynchTimerHandler


public interface AsynchTimerHandler


Method Summary
 void timerExpired(OpTimer opTimer)
          Notifies that requested timer has expired.
 

Method Detail

timerExpired

void timerExpired(OpTimer opTimer)
                  throws java.lang.Exception
Notifies that requested timer has expired.

Parameters:
opTimer - timer operation
Throws:
java.lang.Exception