public class MagnoliaPinchMoveEvent extends MagnoliaPinchEvent<MagnoliaPinchMoveEvent.Handler>
Modifier and Type | Class and Description |
---|---|
static interface |
MagnoliaPinchMoveEvent.Handler
Event handler.
|
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<MagnoliaPinchMoveEvent.Handler> |
TYPE |
Constructor and Description |
---|
MagnoliaPinchMoveEvent(int x,
int y,
double scaleFactor) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(MagnoliaPinchMoveEvent.Handler handler) |
com.google.gwt.event.shared.GwtEvent.Type<MagnoliaPinchMoveEvent.Handler> |
getAssociatedType() |
getScaleFactor, getX, getY
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<MagnoliaPinchMoveEvent.Handler> TYPE
public MagnoliaPinchMoveEvent(int x, int y, double scaleFactor)
public com.google.gwt.event.shared.GwtEvent.Type<MagnoliaPinchMoveEvent.Handler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<MagnoliaPinchMoveEvent.Handler>
protected void dispatch(MagnoliaPinchMoveEvent.Handler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<MagnoliaPinchMoveEvent.Handler>
Copyright © 2020 Magnolia International Ltd.. All rights reserved.