org.restlet.engine.io
Interface WakeupListener
- All Known Implementing Classes:
- ConnectionController, ServerConnectionController
public interface WakeupListener
Callback interface when a NIO selection occurs on the selectable object.
- Author:
- Jerome Louvel
Method Summary |
void |
onWokeup(SelectionRegistration selectionRegistration)
Callback method invoked when the selection registration wants to wake up
the NIO selector. |
onWokeup
void onWokeup(SelectionRegistration selectionRegistration)
throws java.io.IOException
- Callback method invoked when the selection registration wants to wake up
the NIO selector.
- Parameters:
selectionRegistration
- The selected registration.
- Throws:
java.io.IOException
Copyright © 2005-2013 Restlet.