Whole document tree
Appendix A : DropTargetPeer definitionAlthough 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. |