ilog.rules.engine
Interface IlrNoteHandler
-
Deprecated.As of IBM ODM 8.9, the Classic Rule Engine is deprecated. In Decision Engine, there is an equivalent interface calledcom.ibm.rules.engine.runtime.NoteObserver.
public interface IlrNoteHandlerIlrNoteHandlerrepresents a note handler.- Since:
- JRules 7.0
- See Also:
IlrContext.note(String)
-
-
Method Summary
Methods Modifier and Type Method and Description voidnote(IlrContext context, java.lang.String message)Deprecated.Called when a the engine passes a note.
-
-
-
Method Detail
-
note
void note(IlrContext context, java.lang.String message)
Deprecated.Called when a the engine passes a note.- Parameters:
context- The context set whenIlrContext.note(String)is called.message- The message sent by the engine.- See Also:
IlrContext
-
-