public interface IlrUpdateDemon
If the class of a modified object in a context implements this interface,
then the method that this interface defines is called.
Because this method is invoked every time the object is modified,
it is called an update daemon. The update daemon is called by both the
modify and update statements of the ILOG Rule Language.
| Modifier and Type | Method and Description |
|---|---|
void |
updated(IlrContext context)
Implements the update daemon.
|
void updated(IlrContext context)
Implements the update daemon.
context - The execution context where the modification
is performed. If the context has been derived, the context parameter
can be safely cast to the derived class.© Copyright IBM Corp. 1987, 2024