org.apache.mina.core.session
Interface IdleStatusChecker.NotifyingTask

All Superinterfaces:
Runnable
Enclosing class:
IdleStatusChecker

public static interface IdleStatusChecker.NotifyingTask
extends Runnable


Method Summary
 void cancel()
          Cancels this task.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

cancel

void cancel()
Cancels this task. Once canceled, Runnable.run() method will always return immediately. To start this task again after calling this method, you have to create a new instance of IdleStatusChecker again.



Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.