Interface DropTargetHandler

    • Method Detail

      • dropObject

        void dropObject​(NamedObj target,
                        java.util.List dropObjects,
                        java.lang.String moml)
                 throws IllegalActionException
        React to a list of objects being dropped onto a target.
        Parameters:
        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.
        Throws:
        IllegalActionException - If the handling is unsuccessful.