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
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 - SelectableChannelkey - SelectionKeyselectorThread - SelectorThread
Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.