Package jadex.rules.rulesystem
Interface IAgendaListener
-
public interface IAgendaListener
Listener to be notified of agenda changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
agendaChanged()
Called when the agenda has changed.
-