com.ebmwebsourcing.geasytools.geasyui.impl.droppable
Class OverEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<DropHandler>
      extended by com.ebmwebsourcing.geasytools.geasyui.impl.droppable.OverEvent
All Implemented Interfaces:
IOverEvent

public class OverEvent
extends com.google.gwt.event.shared.GwtEvent<DropHandler>
implements IOverEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<DropHandler> TYPE
           
 
Constructor Summary
OverEvent(IDraggableElement draggedElement)
           
 
Method Summary
protected  void dispatch(DropHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<DropHandler> getAssociatedType()
           
 IDraggableElement getDraggableElement()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<DropHandler> TYPE
Constructor Detail

OverEvent

public OverEvent(IDraggableElement draggedElement)
Method Detail

dispatch

protected void dispatch(DropHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<DropHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<DropHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DropHandler>

getDraggableElement

public IDraggableElement getDraggableElement()
Specified by:
getDraggableElement in interface IOverEvent


Copyright © 2010-2011 Petals Link. All Rights Reserved.