| CONTENTS | PREV | NEXT | Drag and Drop | 
Although not a normative part of this specification this definition is included for clarity:
public interface DropTargetPeer {
    void addDropTarget(DropTarget dt);
 
     void removeDropTarget(DropTarget dt);
}