org.gnu.gtk.event
Class EndDragEvent

java.lang.Object
  extended byorg.gnu.gtk.event.GtkEvent
      extended byorg.gnu.gtk.event.DragEvent
          extended byorg.gnu.gtk.event.EndDragEvent
All Implemented Interfaces:
java.io.Serializable

public class EndDragEvent
extends DragEvent

See Also:
Serialized Form

Nested Class Summary
static class EndDragEvent.Type
           
 
Constructor Summary
EndDragEvent(Widget source, EventType type, DragContext context)
           
 
Methods inherited from class org.gnu.gtk.event.DragEvent
getDragContext
 
Methods inherited from class org.gnu.gtk.event.GtkEvent
getSource, getType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndDragEvent

public EndDragEvent(Widget source,
                    EventType type,
                    DragContext context)