The listener interface for receiving SceneChange events. The class that is interested in processing a SceneChange event implements this interface, and the object created with that class is registered with a component using the component's addSceneChangeListener method. When the SceneChange event occurs, that object's appropriate method is invoked.
@see org.mt4j.sceneManagement.SceneChangeEvent
@author Christopher Ruff
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.