Uses of Interface
com.biglybt.pif.utils.UTTimerEvent
-
Packages that use UTTimerEvent Package Description com.biglybt.pif.utils com.biglybt.pifimpl.local.utils -
-
Uses of UTTimerEvent in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return UTTimerEvent 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 destroyedMethods in com.biglybt.pif.utils with parameters of type UTTimerEvent Modifier and Type Method Description void
UTTimerEventPerformer. perform(UTTimerEvent event)
-
Uses of UTTimerEvent in com.biglybt.pifimpl.local.utils
Classes in com.biglybt.pifimpl.local.utils that implement UTTimerEvent Modifier and Type Class Description private static class
UTTimerImpl.timerEvent
Methods in com.biglybt.pifimpl.local.utils that return UTTimerEvent Modifier and Type Method Description UTTimerEvent
UTTimerImpl. addEvent(long when, UTTimerEventPerformer ext_performer)
UTTimerEvent
UTTimerImpl. addPeriodicEvent(long periodic_millis, UTTimerEventPerformer ext_performer)
-