Uses of Interface
jason.asSemantics.GoalListener

Packages that use GoalListener
jason.asSemantics   
 

Uses of GoalListener in jason.asSemantics
 

Classes in jason.asSemantics that implement GoalListener
 class GoalListenerForMetaEvents
           
 

Methods in jason.asSemantics that return types with arguments of type GoalListener
 java.util.List<GoalListener> TransitionSystem.getGoalListeners()
           
 

Methods in jason.asSemantics with parameters of type GoalListener
 void TransitionSystem.addGoalListener(GoalListener gl)
          adds an object that will be notified about events on goals (creation, suspension, ...)
 boolean TransitionSystem.removeGoalListener(GoalListener gl)