Back to project page screenplay.
The source code is released under:
MIT License
If you think the Android project screenplay 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.davidstemmer.screenplay; //from ww w . ja v a 2s. co m /** * @version 1.0.0 * @author David Stemmer * @since 1.0.0 */ public enum SceneState { NORMAL, TRANSITIONING }