swingwt.awt.dnd
Class DropTargetEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byswingwt.awt.dnd.DropTargetEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DropTargetDragEvent, DropTargetDropEvent

public class DropTargetEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
protected  DropTargetContext context
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DropTargetEvent(DropTargetContext context)
           
 
Method Summary
 DropTargetContext getDropTargetContext()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

context

protected DropTargetContext context
Constructor Detail

DropTargetEvent

public DropTargetEvent(DropTargetContext context)
Method Detail

getDropTargetContext

public DropTargetContext getDropTargetContext()