ILOG JRules

ilog.rules.engine
Interface IlrAssertDemon

All Known Implementing Classes:
IlrWSObject

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

asserted

void asserted(IlrContext context)

This method implements the assert demon.

Parameters:
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