Uses of Interface
com.codexombie.jspasm.IStateChangeHandler

Uses of IStateChangeHandler in com.codexombie.jspasm
 

Classes in com.codexombie.jspasm that implement IStateChangeHandler
 class BasicStateChangeHandler
           Provides a basic reporting mechanism for logging state changes during run-time.
 

Methods in com.codexombie.jspasm with parameters of type IStateChangeHandler
 void Engine.setStateChangeHandler(IStateChangeHandler stateChangeHandler)
           Set the state change handler.