com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events
Class ProxyDragStartEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<IDragProxyHandler>
      extended by com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events.ProxyDragStartEvent
All Implemented Interfaces:
IProxyDragStartEvent

public class ProxyDragStartEvent
extends com.google.gwt.event.shared.GwtEvent<IDragProxyHandler>
implements IProxyDragStartEvent


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<IDragProxyHandler> TYPE
           
 
Constructor Summary
ProxyDragStartEvent(IDragProxy dragProxy, IDragStartEvent dragStartEvent)
           
 
Method Summary
protected  void dispatch(IDragProxyHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<IDragProxyHandler> getAssociatedType()
           
 IDragProxy getDragProxy()
           
 IDragStartEvent getDragStartEvent()
           
 
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<IDragProxyHandler> TYPE
Constructor Detail

ProxyDragStartEvent

public ProxyDragStartEvent(IDragProxy dragProxy,
                           IDragStartEvent dragStartEvent)
Method Detail

dispatch

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

getAssociatedType

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

getDragProxy

public IDragProxy getDragProxy()
Specified by:
getDragProxy in interface IProxyDragStartEvent

getDragStartEvent

public IDragStartEvent getDragStartEvent()
Specified by:
getDragStartEvent in interface IProxyDragStartEvent


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