Interface IMessageListener


  • public interface IMessageListener
    Defines a lister to be notified in case that reasoner messages are issued.
    Author:
    Holger Eichelberger
    • Method Detail

      • notify

        void notify​(ReasonerDescriptor reasoner,
                    IReasonerMessage.IType type)
        Is called when a reasoner message is issued.
        Parameters:
        reasoner - the descriptor of the issuing reasoner (may be null)
        type - the type of the message