FileDocCategorySizeDatePackage
UTTimer.javaAPI DocAzureus 3.0.3.41738Thu Feb 09 19:42:44 GMT 2006org.gudy.azureus2.plugins.utils

UTTimer

public interface UTTimer
author
parg

Fields Summary
Constructors Summary
Methods Summary
public UTTimerEventaddEvent(long when, UTTimerEventPerformer performer)
Create a single-shot event with delay

param
when when it is to occur (absolute time, not relative)
param
performer
return

public UTTimerEventaddPeriodicEvent(long periodic_millis, UTTimerEventPerformer performer)
Create a periodic event that will fire every specified number of milliseconds until cancelled or the timer is destroyed

param
periodic_millis
param
performer
return

public voiddestroy()
Releases resources associated with this timer and renders it unusable