public class CircumstanceListenerComponents extends java.lang.Object implements CircumstanceListener
Modifier and Type | Field and Description |
---|---|
private CentralisedAgArchAsynchronous |
ag |
Constructor and Description |
---|
CircumstanceListenerComponents(CentralisedAgArchAsynchronous ag) |
Modifier and Type | Method and Description |
---|---|
void |
eventAdded(Event e) |
void |
intentionAdded(Intention i) |
void |
intentionDropped(Intention i) |
void |
intentionResumed(Intention i) |
void |
intentionSuspended(Intention i,
java.lang.String reason) |
void |
notifyAct() |
void |
notifyDeliberate() |
private CentralisedAgArchAsynchronous ag
public CircumstanceListenerComponents(CentralisedAgArchAsynchronous ag)
public void notifyDeliberate()
public void notifyAct()
public void eventAdded(Event e)
eventAdded
in interface CircumstanceListener
public void intentionAdded(Intention i)
intentionAdded
in interface CircumstanceListener
public void intentionDropped(Intention i)
intentionDropped
in interface CircumstanceListener
public void intentionSuspended(Intention i, java.lang.String reason)
intentionSuspended
in interface CircumstanceListener
public void intentionResumed(Intention i)
intentionResumed
in interface CircumstanceListener