Uses of Interface
com.biglybt.pif.utils.UTTimerEventPerformer
Packages that use UTTimerEventPerformer
-
Uses of UTTimerEventPerformer in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils with parameters of type UTTimerEventPerformerModifier 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 destroyed -
Uses of UTTimerEventPerformer in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils with parameters of type UTTimerEventPerformerModifier and TypeMethodDescriptionUTTimerImpl.addEvent
(long when, UTTimerEventPerformer ext_performer) UTTimerImpl.addPeriodicEvent
(long periodic_millis, UTTimerEventPerformer ext_performer) protected void
UTTimerImpl.timerEvent.perform
(UTTimerEventPerformer p)