Uses of Interface
com.biglybt.pif.utils.UTTimerEventPerformer
-
Packages that use UTTimerEventPerformer Package Description com.biglybt.pif.utils com.biglybt.pifimpl.local.utils -
-
Uses of UTTimerEventPerformer in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils with parameters of type UTTimerEventPerformer Modifier and Type Method Description UTTimerEvent
UTTimer. addEvent(long when, UTTimerEventPerformer performer)
Create a single-shot event with delayUTTimerEvent
UTTimer. addPeriodicEvent(long periodic_millis, UTTimerEventPerformer performer)
Create a periodic event that will fire every specified number of milliseconds until cancelled or the timer is destroyed -
Uses of UTTimerEventPerformer in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils with parameters of type UTTimerEventPerformer Modifier and Type Method Description UTTimerEvent
UTTimerImpl. addEvent(long when, UTTimerEventPerformer ext_performer)
UTTimerEvent
UTTimerImpl. addPeriodicEvent(long periodic_millis, UTTimerEventPerformer ext_performer)
protected void
UTTimerImpl.timerEvent. perform(UTTimerEventPerformer p)
-