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.
 

Method Detail

onWokeup

void onWokeup(SelectionRegistration selectionRegistration)
              throws IOException
Callback method invoked when the selection registration wants to wake up the NIO selector.

Parameters:
selectionRegistration - The selected registration.
Throws:
IOException


Copyright © 2005-2013 Restlet.