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

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
PlanInstance

public interface GoalListener
extends java.util.EventListener

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

Author:
ingrid

Method Summary
 void goalPerformed(GoalEvent event)
          Notifies the listener that the goal was performed.
 

Method Detail

goalPerformed

void goalPerformed(GoalEvent event)
Notifies the listener that the goal was performed.

Parameters:
event - the performed goal event.