public interface DropTargetHandler
| Red (tfeng) |
| Red (tfeng) |
| Modifier and Type | Method and Description |
|---|---|
void |
dropObject(NamedObj target,
java.util.List dropObjects,
java.lang.String moml)
React to a list of objects being dropped onto a target.
|
void dropObject(NamedObj target, java.util.List dropObjects, java.lang.String moml) throws IllegalActionException
target - The target on which the objects are dropped.dropObjects - The list of objects dropped onto the target.moml - The moml string generated for the dropped objects.IllegalActionException - If the handling is unsuccessful.