NextApp Echo2 Extras
v2.1.0

nextapp.echo2.extras.app.event
Class DropEvent

java.lang.Object
  extended by java.util.EventObject
      extended by nextapp.echo2.app.event.ActionEvent
          extended by nextapp.echo2.extras.app.event.DropEvent
All Implemented Interfaces:
java.io.Serializable

public class DropEvent
extends nextapp.echo2.app.event.ActionEvent

An event that represents a draggable Component being dropped on a valid drop target.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DropEvent(java.lang.Object source, java.lang.Object target)
          Creates a DropEvent with the given Component as the draggable (source) and drop target Component (target)
 
Method Summary
 java.lang.Object getTarget()
          Returns the drop target Component
 
Methods inherited from class nextapp.echo2.app.event.ActionEvent
getActionCommand
 
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
 

Constructor Detail

DropEvent

public DropEvent(java.lang.Object source,
                 java.lang.Object target)
Creates a DropEvent with the given Component as the draggable (source) and drop target Component (target)

Parameters:
source - The draggable Component
target - The drop target Component
Method Detail

getTarget

public java.lang.Object getTarget()
Returns the drop target Component


NextApp Echo2 Extras
v2.1.0