com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events
Class ProxyRefusedBeforeDropEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<IDragProxyHandler>
com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events.ProxyRefusedBeforeDropEvent
- All Implemented Interfaces:
- IProxyRefusedBeforeDropEvent
public class ProxyRefusedBeforeDropEvent
- extends com.google.gwt.event.shared.GwtEvent<IDragProxyHandler>
- implements IProxyRefusedBeforeDropEvent
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| 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 |
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<IDragProxyHandler> TYPE
ProxyRefusedBeforeDropEvent
public ProxyRefusedBeforeDropEvent(IDragProxy dragProxy,
IRefusedBeforeDropEvent refusedBeforeDropEvent)
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 IProxyRefusedBeforeDropEvent
getRefusedBeforeDropEvent
public IRefusedBeforeDropEvent getRefusedBeforeDropEvent()
- Specified by:
getRefusedBeforeDropEvent in interface IProxyRefusedBeforeDropEvent
Copyright © 2010-2011 Petals Link. All Rights Reserved.