Back to project page generalsbuzz.
The source code is released under:
MIT License
If you think the Android project generalsbuzz 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 me.kworden.wlcalendar2.util; public enum STATUS { LOCAL_DATA_FOUND, LOCAL_DATA_NOT_FOUND, REMOTE_REQUEST_FAILED, REMOTE_REQUEST_OK }