Project JXTA

net.jxta.impl.util
Interface JxtaTimerHandler

All Known Implementing Classes:
PipeResolver, RdvManager, RdvMonitor, RendezVousImpl.ClientGC

public interface JxtaTimerHandler

This interface describes a TimeHandler to be used with the class Timer

Since:
JXTA 1.0
See Also:
net.jxta.util.JxtaTimer

Method Summary
 void signal(JxtaTimer timer)
          This method is invoked by the timer when it is set off.
 

Method Detail

signal

public void signal(JxtaTimer timer)
This method is invoked by the timer when it is set off.
Parameters:
timer - a reference to the timer that has went off.
Since:
JXTA 1.0

Project JXTA