Back to project page latrobe-datacapture-dir.
The source code is released under:
MIT License
If you think the Android project latrobe-datacapture-dir listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.example.DataCaptureApp.data; /* w w w . jav a 2 s.c o m*/ /** * Created by Tom on 22/09/2014. */ public enum Event { DESTROYED, READY, STARTING, STARTED, STOPPING, STOPPED, FAILED, TIMESYNC, CLOSING, CONNECTED, SERVICE_AVAILABLE, ACTION_START, ACTION_STOP, SLAVE_READY, SLAVE_STOPPED, MASTER_STOPPING, OK; public static final Event[] values = values(); }