public interface BeliefListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
eventOccurred(BeliefEvent beliefEvent)
Notifies the listener that a
BeliefEvent occurred. |
void eventOccurred(BeliefEvent beliefEvent)
BeliefEvent occurred.beliefEvent - the belief event that occurred.