Uses of Package
com.codexombie.jspasm

Classes in com.codexombie.jspasm used by com.codexombie.jspasm
AbsEntity
           The abstract superclass of all Entity classes.
Engine
           This is the run-time core of the state engine system.
IExceptionHandler
           Interface to be implemented when developing an Exception Handler.
IStateChangeHandler
           Interface to be implemented when developing a EntityState Change Handler.
Model
           A Model object describes a state model by holding all the information about the valid states and events and the transitions that occur when events are delivered to entities that are in a given state.
StateChangeRecord
           This contains all of the details about a state change that a state change handler might want to know when reporting it.
StateModelConfigurationException
           Exception class thrown for errors detected when creating a Model.
StateProcessingException
           Exception class thrown by the Engine during normal running.