com.maverick.nio
Interface SelectorRegistrationListener

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

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(SelectableChannel channel, SelectionKey key, SelectorThread selectorThread)
          The registration completed and its selector added to an available SelectorThread
 

Method Detail

registrationCompleted

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

Parameters:
channel - SelectableChannel
key - SelectionKey
selectorThread - SelectorThread


Copyright © 2012. All Rights Reserved.