org.jgroups.util

Interface TimeScheduler.CancellableTask

public interface TimeScheduler.CancellableTask extends TimeScheduler.Task

Method Summary
voidcancel()
Cancels the task.

Method Detail

cancel

public void cancel()
Cancels the task. After calling this, CancellableTask return true. If the task was already cancelled, this is a no-op
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.