EventType.java :  » UnTagged » hackathon-jp » jp » aplix » hello » Android Open Source

Android Open Source » UnTagged » hackathon jp 
hackathon jp » jp » aplix » hello » EventType.java
package jp.aplix.hello;

public class EventType {
  public static final int MESSAGE = 1;
  public static final int ORIENTATION = 2;
  public static final int ACCELEROMETER = 3;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.