com.ibm.manplato.Protocol
Interface PacketTimerInterface

All Known Implementing Classes:
PADP

public interface PacketTimerInterface

The PacketTimerInterface Interface. This interface should be implemented by all classes wishing to listen to the PacketTimer class when timing events occur.

Version:
$Rev$-$Date: 2001/03/15 16:55:32 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: Yaztromo $
See Also:
PacketTimer

Method Summary
 void timerExpired(PacketTimer packettimer)
          This method is called by the PacketTimer when its activated timer times out.
 

Method Detail

timerExpired

public void timerExpired(PacketTimer packettimer)
This method is called by the PacketTimer when its activated timer times out. Note that slasses can use multiple packet timers at once, and can identify them by the packettimer parameter.
Parameters:
packettimer - the PacketTimer which timed out.