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 java.io.IOException
selectionRegistration - The selected registration.java.io.IOExceptionCopyright © 2005-2024 Restlet.