|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStateChangeHandler
Interface to be implemented when developing a EntityState Change Handler. EntityState change handlers are used for logging state changes for debugging purposes. EntityState change handlers must have public no-argument constructors.
Method Summary | |
---|---|
void |
handleStateChange(StateChangeRecord stateChangeRecord)
Called by the engine whenever an entity changes state. |
Method Detail |
---|
void handleStateChange(StateChangeRecord stateChangeRecord)
Called by the engine whenever an entity changes state. Concrete implementations can report the details using any suitable mechanism.
stateChangeRecord
- The record containing details about the state change.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |