Rice Pastry API

rice.selector
Interface Timer

All Known Implementing Classes:
ProfileSelector, SelectorManager

public interface Timer

Author:
Jeff Hoye

Method Summary
 void schedule(TimerTask dtt)
           
 void schedule(TimerTask task, long delay)
           
 void schedule(TimerTask task, long delay, long period)
           
 void scheduleAtFixedRate(TimerTask task, long delay, long period)
           
 

Method Detail

scheduleAtFixedRate

void scheduleAtFixedRate(TimerTask task,
                         long delay,
                         long period)

schedule

void schedule(TimerTask task,
              long delay)

schedule

void schedule(TimerTask task,
              long delay,
              long period)

schedule

void schedule(TimerTask dtt)

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection