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

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<IBoundsUpdateHandler>
      extended by 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 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
SizeChangeEvent(float oldWidth, float oldHeight, float newWidth, float newHeight)
           
 
Method Summary
protected  void dispatch(IBoundsUpdateHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<IBoundsUpdateHandler> getAssociatedType()
           
 float getNewHeight()
           
 float getNewWidth()
           
 float getOldHeight()
           
 float getOldWidth()
           
 
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

SizeChangeEvent

public SizeChangeEvent(float oldWidth,
                       float oldHeight,
                       float newWidth,
                       float newHeight)
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>

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.