Uses of Interface
org.restlet.util.SelectionListener

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

Uses of SelectionListener in org.restlet.util
 

Classes in org.restlet.util that implement SelectionListener
 class ByteReadingListener
          Selection listener notifying new content as an InputStream.
 class CharacterReadingListener
          Selection listener notifying new content as a Reader.
 class ReadingListener
          Selection listener notifying new content is read into a ByteBuffer.
 class StringReadingListener
          Selection listener notifying new content as a string.
 

Methods in org.restlet.util that return SelectionListener
 SelectionListener SelectionRegistration.getSelectionListener()
          Returns the selection listener that will be notified.
 

Methods in org.restlet.util with parameters of type SelectionListener
 void SelectionRegistration.setSelectionListener(SelectionListener listener)
          Sets the selection listener that will be notified.
 

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



Copyright © 2005-2013 Restlet.