br.pucrio.inf.les.bdijade.event
Interface BeliefListener

All Superinterfaces:
java.util.EventListener

public interface BeliefListener
extends java.util.EventListener

This interface defined the method that a belief listener should implement. A belief listener can be notified about changes in beliefs, when it subscribed to a class that can notify updates.

Author:
ingridnunes

Method Summary
 void update(BeliefEvent beliefEvent)
          Updates the listener according to a change in a belief.
 

Method Detail

update

void update(BeliefEvent beliefEvent)
Updates the listener according to a change in a belief.

Parameters:
beliefEvent -