com.sun.jini.jeri.internal.runtime
Interface SelectionManager.SelectionHandler

All Known Implementing Classes:
SocketChannelConnectionIO.Handler
Enclosing class:
SelectionManager

public static interface SelectionManager.SelectionHandler

SelectionHandler is the callback interface for an object that will process an I/O readiness event that has been detected by a SelectionManager.


Method Summary
 void handleSelection(int readyMask, SelectionManager.Key key)
           
 

Method Detail

handleSelection

void handleSelection(int readyMask,
                     SelectionManager.Key key)


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.