org.apache.geronimo.remoting.transport.async.nio
Interface SelectionEventListner
- All Known Implementing Classes:
- NonBlockingChannel
- public interface SelectionEventListner
This is the interface that the attachments of SelectorKeys
that are registed with the Selector of the SelectorManager manager
must implement.
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:59:20 $
Method Summary |
void |
selectionEvent(SelectionKey selection)
When the SelectorKey is triggered, the service method will
be called on the attachment. |
selectionEvent
public void selectionEvent(SelectionKey selection)
- When the SelectorKey is triggered, the service method will
be called on the attachment.
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.