commonj.timers
Interface Timer


public interface Timer

Version:
$Rev: 46019 $ $Date: 2004-09-14 05:56:06 -0400 (Tue, 14 Sep 2004) $

Method Summary
 boolean cancel()
           
 long getPeriod()
           
 long getScheduledExecutionTime()
           
 TimerListener getTimerListener()
           
 

Method Detail

cancel

boolean cancel()

getPeriod

long getPeriod()

getScheduledExecutionTime

long getScheduledExecutionTime()
                               throws IllegalStateException
Throws:
IllegalStateException

getTimerListener

TimerListener getTimerListener()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.