com.maverick.nio
Interface IdleStateListener


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 © 2012. All Rights Reserved.