CONTENTS | PREV | NEXT Drag and Drop


Appendix A : DropTargetPeer definition

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);
}



CONTENTS | PREV | NEXT
Copyright © 1997, 1998 Sun Microsystems, Inc. All Rights Reserved.