org.gnu.gtk.event
Class EndDragEvent

java.lang.Object
  extended by org.gnu.gtk.event.GtkEvent
      extended by org.gnu.gtk.event.DragEvent
          extended by org.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)
           
 
Method Summary
 
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)