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