Project JXTA

net.jxta.impl.rendezvous
Class RendezVousImpl.ClientGC

java.lang.Object
  |
  +--net.jxta.impl.rendezvous.RendezVousImpl.ClientGC
Enclosing class:
RendezVousImpl

public class RendezVousImpl.ClientGC
extends java.lang.Object
implements JxtaTimerHandler


Constructor Summary
RendezVousImpl.ClientGC(RendezVousImpl r)
           
 
Method Summary
 void signal(JxtaTimer timer)
          This method is invoked by the timer when it is set off.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RendezVousImpl.ClientGC

public RendezVousImpl.ClientGC(RendezVousImpl r)
Method Detail

signal

public void signal(JxtaTimer timer)
Description copied from interface: JxtaTimerHandler
This method is invoked by the timer when it is set off.
Specified by:
signal in interface JxtaTimerHandler
Tags copied from interface: JxtaTimerHandler
Parameters:
timer - a reference to the timer that has went off.

Project JXTA