public class ScalingEvent extends com.google.gwt.event.shared.GwtEvent<ScalingHandler>
| Constructor and Description |
|---|
ScalingEvent(float scale) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ScalingHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ScalingHandler> |
getAssociatedType() |
float |
getScale() |
static com.google.gwt.event.shared.GwtEvent.Type<ScalingHandler> |
getType()
Ensures the existence of the handler hook and then returns it.
|
assertLive, getSource, isLive, kill, revivepublic com.google.gwt.event.shared.GwtEvent.Type<ScalingHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ScalingHandler>public static com.google.gwt.event.shared.GwtEvent.Type<ScalingHandler> getType()
protected void dispatch(ScalingHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ScalingHandler>public float getScale()
Copyright © 2018. All Rights Reserved.