|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlrAssertDemon
If the class of an object implements IlrAssertDemon, then
the method that this interface defines is called when the object
is asserted. Because this method is invoked every time the object is
asserted, it is called an assert demon.
| Method Summary | |
|---|---|
void |
asserted(IlrContext context)
This method implements the assert demon. |
| Method Detail |
|---|
void asserted(IlrContext context)
This method implements the assert demon.
context - The execution context where the object
is asserted. If the context has been derived, the context
parameter can be safely cast to the derived class.
|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||