org.jSyncManager.API.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:
- $Revision: 1.4 $
- Author:
- Brad BARCLAY <bbarclay@jsyncmanager.org>, Lost modified by: $Author: yaztromo $ on $Date: 2003/04/23 00:22:50 $.
- See Also:
PacketTimer
Method Summary |
void |
timerExpired(PacketTimer packettimer)
This method is called by the PacketTimer when its activated
timer times out. |
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.
Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.