Back to project page droidkit-engines.
The source code is released under:
MIT License
If you think the Android project droidkit-engines 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.droidkit.engine.event; public interface Events { //todo move to main project int LIST_ENGINE_UI_LIST_UPDATE = 0x01; int KEY_VALUE_UPDATE = 0x02; }