com.ebmwebsourcing.geasytools.geasyui.impl.core.events
Class PositionChangeEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<IBoundsUpdateHandler>
com.ebmwebsourcing.geasytools.geasyui.impl.core.events.PositionChangeEvent
- All Implemented Interfaces:
- IPositionChangeEvent
public class PositionChangeEvent
- extends com.google.gwt.event.shared.GwtEvent<IBoundsUpdateHandler>
- implements IPositionChangeEvent
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
|
Constructor Summary |
PositionChangeEvent(float oldRelativeX,
float oldRelativeY,
float newRelativeX,
float newRelativeY)
|
| 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<IBoundsUpdateHandler> TYPE
PositionChangeEvent
public PositionChangeEvent(float oldRelativeX,
float oldRelativeY,
float newRelativeX,
float newRelativeY)
dispatch
protected void dispatch(IBoundsUpdateHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<IBoundsUpdateHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<IBoundsUpdateHandler> getAssociatedType()
- Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<IBoundsUpdateHandler>
getNewRelativeX
public float getNewRelativeX()
- Specified by:
getNewRelativeX in interface IPositionChangeEvent
getNewRelativeY
public float getNewRelativeY()
- Specified by:
getNewRelativeY in interface IPositionChangeEvent
getOldRelativeX
public float getOldRelativeX()
- Specified by:
getOldRelativeX in interface IPositionChangeEvent
getOldRelativeY
public float getOldRelativeY()
- Specified by:
getOldRelativeY in interface IPositionChangeEvent
Copyright © 2010-2011 Petals Link. All Rights Reserved.