public interface ClipIn
extends java.io.Serializable
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.
|
void |
initializeAttach(AttachInfo info)
This method is called before the clip-in enters a task's clip-in bucket.
|
void initializeAttach(AttachInfo info)
info
- info about the task the clip-in is being attached tovoid finalizeAttach(AttachInfo info)
info
- info about the task the clip-in is being removed fromjava.lang.Object clone()