com.ebmwebsourcing.geasytools.geasyui.impl.core.events
Class PositionChangeEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<IBoundsUpdateHandler>
      extended by 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 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<IBoundsUpdateHandler> TYPE
           
 
Constructor Summary
PositionChangeEvent(float oldRelativeX, float oldRelativeY, float newRelativeX, float newRelativeY)
           
 
Method Summary
protected  void dispatch(IBoundsUpdateHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<IBoundsUpdateHandler> getAssociatedType()
           
 float getNewRelativeX()
           
 float getNewRelativeY()
           
 float getOldRelativeX()
           
 float getOldRelativeY()
           
 
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<IBoundsUpdateHandler> TYPE
Constructor Detail

PositionChangeEvent

public PositionChangeEvent(float oldRelativeX,
                           float oldRelativeY,
                           float newRelativeX,
                           float newRelativeY)
Method Detail

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.