com.maverick.nio
Interface SelectorRegistrationListener

All Known Subinterfaces:
ClientConnector, SocketHandler
All Known Implementing Classes:
LocalForwardingChannel, SocketConnection, SocketForwardingChannel

public interface SelectorRegistrationListener

Allows an object to receive notification that a registration has completed on a SelectorThread.

Author:
Lee David Painter

Method Summary
 void registrationCompleted(java.nio.channels.SelectableChannel channel, java.nio.channels.SelectionKey key, SelectorThread selectorThread)
          The registration completed and its selector added to an available SelectorThread
 

Method Detail

registrationCompleted

public void registrationCompleted(java.nio.channels.SelectableChannel channel,
                                  java.nio.channels.SelectionKey key,
                                  SelectorThread selectorThread)
The registration completed and its selector added to an available SelectorThread

Parameters:
channel - SelectableChannel
key - SelectionKey
selectorThread - SelectorThread


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.