|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPrimitiveCallback
Callback interface to extend the functionality of StackPrimitive.
| Method Summary | |
|---|---|
void |
afterStateChanged(ExecutionState newState)
Synchronously called when state of the primitive has changed. |
void |
beforeSprReplacement(SPR newSpr,
SPR oldSpr)
This method will synchronously called by StackPrimitive#handleSprReplacement(SPR, SPR) before the
replacement takes place. |
| Method Detail |
|---|
void beforeSprReplacement(SPR newSpr,
SPR oldSpr)
StackPrimitive#handleSprReplacement(SPR, SPR) before the
replacement takes place.
newSpr - SPR that will replace the old SPR in the
StackPrimitiveoldSpr - SPR that will be replacedvoid afterStateChanged(ExecutionState newState)
newState - mew primitive state.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||