com.vaadin.client.event
Class PointerMoveEvent

java.lang.Object
  extended by 
      extended by com.vaadin.client.event.PointerEvent<PointerMoveHandler>
          extended by com.vaadin.client.event.PointerMoveEvent

public class PointerMoveEvent
extends PointerEvent<PointerMoveHandler>

Represents a native PointerMoveEvent event.

Since:
7.2

Field Summary
 
Fields inherited from class com.vaadin.client.event.PointerEvent
TYPE_MOUSE, TYPE_PEN, TYPE_TOUCH, TYPE_UNKNOWN
 
Constructor Summary
protected PointerMoveEvent()
          Protected constructor, use DomEvent#fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire pointer down events.
 
Method Summary
protected  void dispatch(PointerMoveHandler handler)
           
  getAssociatedType()
           
static  getType()
          Gets the event type associated with PointerMoveEvent.
 
Methods inherited from class com.vaadin.client.event.PointerEvent
getHeight, getPointerId, getPointerType, getPressure, getTiltX, getTiltY, getWidth, isPrimary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointerMoveEvent

protected PointerMoveEvent()
Protected constructor, use DomEvent#fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire pointer down events.

Method Detail

getType

public static  getType()
Gets the event type associated with PointerMoveEvent.

Returns:
the handler type

getAssociatedType

public final  getAssociatedType()

dispatch

protected void dispatch(PointerMoveHandler handler)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.