com.allen_sauer.gwt.dnd.client
Class DragEndEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.allen_sauer.gwt.dnd.client.DragEndEvent
All Implemented Interfaces:
java.io.Serializable

public class DragEndEvent
extends java.util.EventObject

EventObject containing information about the end of a drag.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DragEndEvent(DragContext context)
           
 
Method Summary
 DragContext getContext()
          Get the drag context for the drag operation.
 java.lang.String toString()
          Return a string representation of this event.
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DragEndEvent

public DragEndEvent(DragContext context)
Method Detail

toString

public java.lang.String toString()
Return a string representation of this event.

Overrides:
toString in class java.util.EventObject
Returns:
string representation of this event

getContext

public DragContext getContext()
Get the drag context for the drag operation.

Returns:
the drag context


Copyright © 2011 Sage Software, Inc. All rights reserved.