Uses of Interface
com.biglybt.pif.utils.UTTimerEvent
Packages that use UTTimerEvent
-
Uses of UTTimerEvent in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return UTTimerEventModifier and TypeMethodDescriptionUTTimer.addEvent
(long when, UTTimerEventPerformer performer) Create a single-shot event with delayUTTimer.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 -
Uses of UTTimerEvent in com.biglybt.pifimpl.local.utils
Classes in com.biglybt.pifimpl.local.utils that implement UTTimerEventMethods in com.biglybt.pifimpl.local.utils that return UTTimerEventModifier and TypeMethodDescriptionUTTimerImpl.addEvent
(long when, UTTimerEventPerformer ext_performer) UTTimerImpl.addPeriodicEvent
(long periodic_millis, UTTimerEventPerformer ext_performer)