public class TTimer extends TObject
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
schedule(TTimerTask task,
long delay) |
void |
schedule(TTimerTask task,
long delay,
long period) |
void |
scheduleAtFixedRate(TTimerTask task,
long delay,
long period) |
public TTimer()
public TTimer(TString name)
public void cancel()
public void schedule(TTimerTask task, long delay)
public void schedule(TTimerTask task, long delay, long period)
public void scheduleAtFixedRate(TTimerTask task, long delay, long period)
Copyright © 2019. All rights reserved.