public class DefaultHistoryClipIn extends java.lang.Object implements HistoryClipIn
HISTORY_CLIPIN_NAME
Constructor and Description |
---|
DefaultHistoryClipIn() |
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.
|
TaskGraph |
getHistory() |
void |
initializeAttach(AttachInfo info)
This method is called before the clip-in enters a task's clip-in bucket.
|
public TaskGraph getHistory()
getHistory
in interface HistoryClipIn
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()