Restlet Framework 2.2.1
Java Standard Edition

org.restlet.engine.io
Interface WakeupListener


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

Restlet Framework 2.2.1
Java Standard Edition

Copyright © 2005-2014 Restlet.