java.lang.Object
java.util.EventObject
java.awt.dnd.DropTargetEvent
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 DropTargetDragEvent,DropTargetDropEvent
The 
DropTargetEvent is the base
 class for both the DropTargetDragEvent
 and the DropTargetDropEvent.
 It encapsulates the current state of the Drag and
 Drop operations, in particular the current
 DropTargetContext.- Since:
 - 1.2
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DropTargetContextTheDropTargetContextassociated with thisDropTargetEvent.Fields declared in class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionConstruct aDropTargetEventobject with the specifiedDropTargetContext. - 
Method Summary
Modifier and TypeMethodDescriptionThis method returns theDropTargetContextassociated with thisDropTargetEvent.Methods declared in class java.util.EventObject
getSource, toString 
- 
Field Details
- 
context
TheDropTargetContextassociated with thisDropTargetEvent. 
 - 
 - 
Constructor Details
- 
DropTargetEvent
Construct aDropTargetEventobject with the specifiedDropTargetContext.- Parameters:
 dtc- TheDropTargetContext- Throws:
 NullPointerException- ifdtcequalsnull.- See Also:
 
 
 - 
 - 
Method Details
- 
getDropTargetContext
This method returns theDropTargetContextassociated with thisDropTargetEvent.- Returns:
 - the 
DropTargetContext 
 
 -