org.apache.geronimo.network
Interface SelectionEventListner

All Known Implementing Classes:
DatagramProtocol, ServerSocketAcceptor, SocketProtocol

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/05/04 03:05:36 $

Method Summary
 void selectionEvent(SelectorManager.Event event)
          When the SelectorKey is triggered, the service method will be called on the attachment.
 

Method Detail

selectionEvent

public void selectionEvent(SelectorManager.Event event)
When the SelectorKey is triggered, the service method will be called on the attachment.



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.