com.ebmwebsourcing.geasytools.geasyui.impl.core.events
Class SizeChangeEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<IBoundsUpdateHandler>
com.ebmwebsourcing.geasytools.geasyui.impl.core.events.SizeChangeEvent
- All Implemented Interfaces:
- ISizeChangeEvent
public class SizeChangeEvent
- extends com.google.gwt.event.shared.GwtEvent<IBoundsUpdateHandler>
- implements ISizeChangeEvent
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
|
Constructor Summary |
SizeChangeEvent(float oldWidth,
float oldHeight,
float newWidth,
float newHeight)
|
| 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
SizeChangeEvent
public SizeChangeEvent(float oldWidth,
float oldHeight,
float newWidth,
float newHeight)
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>
getNewHeight
public float getNewHeight()
- Specified by:
getNewHeight in interface ISizeChangeEvent
getNewWidth
public float getNewWidth()
- Specified by:
getNewWidth in interface ISizeChangeEvent
getOldHeight
public float getOldHeight()
- Specified by:
getOldHeight in interface ISizeChangeEvent
getOldWidth
public float getOldWidth()
- Specified by:
getOldWidth in interface ISizeChangeEvent
Copyright © 2010-2011 Petals Link. All Rights Reserved.