Errai 3.0.1-SNAPSHOT

org.jboss.errai.orientation.client.shared
Class OrientationEvent

java.lang.Object
  extended by org.jboss.errai.orientation.client.shared.OrientationEvent

public class OrientationEvent
extends Object


Constructor Summary
OrientationEvent(double x, double y, double z)
           
 
Method Summary
 double getX()
           
 double getY()
           
 double getZ()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrientationEvent

public OrientationEvent(double x,
                        double y,
                        double z)
Method Detail

getX

public double getX()

getY

public double getY()

getZ

public double getZ()

toString

public String toString()
Overrides:
toString in class Object

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.