com.monica.javacom.interfaces
Interface MJCTimerHandler

All Known Implementing Classes:
MJCLoopBackProtocol

public interface MJCTimerHandler

Provides the callback functionality for MJCTimer.


Method Summary
 void timerEvent(int timerID)
          This is the callback method for the MJCTimer.
 

Method Detail

timerEvent

public void timerEvent(int timerID)
This is the callback method for the MJCTimer.
Parameters:
int - timerID: the timerID of the calling MJCTimer