Uses of Interface
org.restlet.engine.io.WakeupListener

Packages that use WakeupListener
org.restlet.util Various utility classes. 
 

Uses of WakeupListener in org.restlet.util
 

Methods in org.restlet.util that return WakeupListener
 WakeupListener SelectionRegistration.getWakeupListener()
          Returns the wakeup listener that will be notified.
 

Methods in org.restlet.util with parameters of type WakeupListener
 void SelectionRegistration.setWakeupListener(WakeupListener wakeupListener)
          Sets the wakeup listener that will be notified.
 

Constructors in org.restlet.util with parameters of type WakeupListener
SelectionRegistration(int interestOperations, SelectionListener selectionListener, WakeupListener wakeupListener)
          Constructor.
SelectionRegistration(SelectableChannel selectableChannel, int interestOperations, SelectionListener selectionListener, WakeupListener wakeupListener)
          Constructor.
 



Copyright © 2005-2014 Restlet.