Package com.biglybt.pifimpl.local.utils
Class UTTimerImpl.timerEvent
- java.lang.Object
-
- com.biglybt.pifimpl.local.utils.UTTimerImpl.timerEvent
-
- All Implemented Interfaces:
UTTimerEvent
- Enclosing class:
- UTTimerImpl
private static class UTTimerImpl.timerEvent extends java.lang.Object implements UTTimerEvent
-
-
Field Summary
Fields Modifier and Type Field Description protected TimerEvent
ev
protected TimerEventPeriodic
pev
-
Constructor Summary
Constructors Modifier Constructor Description private
timerEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
protected void
perform(UTTimerEventPerformer p)
protected void
setEvent(TimerEvent _ev)
protected void
setEvent(TimerEventPeriodic _ev)
-
-
-
Field Detail
-
ev
protected TimerEvent ev
-
pev
protected TimerEventPeriodic pev
-
-
Method Detail
-
setEvent
protected void setEvent(TimerEventPeriodic _ev)
-
setEvent
protected void setEvent(TimerEvent _ev)
-
perform
protected void perform(UTTimerEventPerformer p)
-
cancel
public void cancel()
- Specified by:
cancel
in interfaceUTTimerEvent
-
-