touchgestIT
Class TouchEventArgs

java.lang.Object
  extended by gestIT.ExpEventArgs
      extended by touchgestIT.TouchEventArgs

public class TouchEventArgs
extends ExpEventArgs


Field Summary
 int Id
           
 TouchPoint point
           
 TouchType type
           
 
Constructor Summary
TouchEventArgs()
           
TouchEventArgs(double x, double y, int id, TouchType type)
           
 
Method Summary
 
Methods inherited from class gestIT.ExpEventArgs
getId, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

point

public TouchPoint point

type

public TouchType type

Id

public int Id
Constructor Detail

TouchEventArgs

public TouchEventArgs()

TouchEventArgs

public TouchEventArgs(double x,
                      double y,
                      int id,
                      TouchType type)