com.aelitis.azureus.core.networkmanager
Class EventWaiter

java.lang.Object
  extended by com.aelitis.azureus.core.networkmanager.EventWaiter

public class EventWaiter
extends Object


Constructor Summary
EventWaiter()
           
 
Method Summary
 void eventOccurred()
           
 boolean waitForEvent(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventWaiter

public EventWaiter()
Method Detail

waitForEvent

public boolean waitForEvent(long timeout)

eventOccurred

public void eventOccurred()