Interface IMessageListener
-
public interface IMessageListenerDefines a lister to be notified in case that reasoner messages are issued.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(ReasonerDescriptor reasoner, IReasonerMessage.IType type)Is called when a reasoner message is issued.
-
-
-
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
-
-