com.maverick.nio
Interface IdleStateListener

All Known Implementing Classes:
SessionChannel, TransportProtocol, UnsupportedSession

public interface IdleStateListener

A class implementing this interface is notified when the selector it is registered with becomes idle.

Author:
Lee David Painter

Method Summary
 boolean idle()
          Process an idle event.
 

Method Detail

idle

boolean idle()
Process an idle event.

Returns:
true if this listener should be cancelled.


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.