ilog.rules.engine

Interface IlrNoteHandler



  • public interface IlrNoteHandler
    IlrNoteHandler represents a note handler.
    Since:
    JRules 7.0
    See Also:
    IlrContext.note(String)
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void note(IlrContext context, java.lang.String message)
      Called when a the engine passes a note.
    • Method Detail

      • note

        void note(IlrContext context,
                java.lang.String message)
        Called when a the engine passes a note.
        Parameters:
        context - The context set when IlrContext.note(String) is called.
        message - The message sent by the engine.
        See Also:
        IlrContext

© Copyright IBM Corp. 1987, 2020