|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectionListener
Callback interface when a NIO selection occurs on the selectable object.
Method Summary | |
---|---|
void |
onSelected(SelectionRegistration selectionRegistration)
Callback method invoked when the connection has been selected for IO operations it registered interest in. |
Method Detail |
---|
void onSelected(SelectionRegistration selectionRegistration) throws IOException
selectionRegistration
- The selected registration.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |