public interface WakeupListener
Modifier and Type | Method and Description |
---|---|
void |
onWokeup(SelectionRegistration selectionRegistration)
Callback method invoked when the selection registration wants to wake up
the NIO selector.
|
void onWokeup(SelectionRegistration selectionRegistration) throws IOException
selectionRegistration
- The selected registration.IOException
Copyright © 2005–2016. All rights reserved.