|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstantiationHook
An interface for the realization of side effects which are to take place at instantiation/uninstantiation time of a CSP variable.
Variable
Method Summary | |
---|---|
void |
instantiate(Variable var)
This method is called whenever the variable I'm hooked to gets instantiated. |
void |
uninstantiate(Variable var)
This method is called whenever the variable I'm hooked to gets uninstantiated, or when it is set to a new value. |
Method Detail |
---|
void instantiate(Variable var)
void uninstantiate(Variable var)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |