public class TimerClipIn extends java.lang.Object implements ClipIn
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TIMER_CLIPIN_TAG |
Constructor and Description |
---|
TimerClipIn() |
TimerClipIn(TimerClipIn clipin) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones the ClipIn to an identical one.
|
void |
finalizeAttach(AttachInfo info)
This method is called when the clip-in is removed from a task's clip-in bucket.
|
long |
getCurrentStartTime() |
long |
getDuration() |
long |
getEndTime() |
TimerInfo[] |
getSortedTimerInfo() |
long |
getStartTime() |
TimerInfo[] |
getTimerInfo() |
void |
initializeAttach(AttachInfo info)
This method is called before the clip-in enters a task's clip-in bucket.
|
public static final java.lang.String TIMER_CLIPIN_TAG
public TimerClipIn()
public TimerClipIn(TimerClipIn clipin)
public long getStartTime()
public long getEndTime()
public long getDuration()
public long getCurrentStartTime()
public TimerInfo[] getTimerInfo()
public TimerInfo[] getSortedTimerInfo()
public void initializeAttach(AttachInfo info)
initializeAttach
in interface ClipIn
info
- info about the task the clip-in is being attached topublic void finalizeAttach(AttachInfo info)
finalizeAttach
in interface ClipIn
info
- info about the task the clip-in is being removed frompublic java.lang.Object clone()