public interface SelectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSelected(SelectionRegistration selectionRegistration)
Callback method invoked when the connection has been selected for IO
operations it registered interest in.
|
void onSelected(SelectionRegistration selectionRegistration) throws IOException
selectionRegistration - The selected registration.IOExceptionCopyright © 2005-2014 Restlet.