Uses of Interface
jason.asSemantics.GoalListener
Package | Description |
---|---|
jason.asSemantics |
-
Uses of GoalListener in jason.asSemantics
Classes in jason.asSemantics that implement GoalListener Modifier and Type Class Description class
GoalListenerForMetaEvents
Fields in jason.asSemantics with type parameters of type GoalListener Modifier and Type Field Description private java.util.List<GoalListener>
TransitionSystem. goalListeners
private java.util.Map<GoalListener,CircumstanceListener>
TransitionSystem. listenersMap
Methods in jason.asSemantics that return types with arguments of type GoalListener Modifier and Type Method Description java.util.List<GoalListener>
TransitionSystem. getGoalListeners()
Methods in jason.asSemantics with parameters of type GoalListener Modifier and Type Method Description void
TransitionSystem. addGoalListener(GoalListener gl)
adds an object that will be notified about events on goals (creation, suspension, ...)boolean
TransitionSystem. removeGoalListener(GoalListener gl)