|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jabm.event.SimEvent
net.sourceforge.jabm.event.StrategyExecutedEvent
public class StrategyExecutedEvent
An event that is fired whenever a strategy implementing ExecutableStrategy is executed by an agent.
Field Summary | |
---|---|
protected Strategy |
strategy
The strategy that was executed. |
Constructor Summary | |
---|---|
StrategyExecutedEvent(Strategy strategy)
|
Method Summary | |
---|---|
Strategy |
getStrategy()
|
void |
setStrategy(Strategy strategy)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Strategy strategy
Constructor Detail |
---|
public StrategyExecutedEvent(Strategy strategy)
Method Detail |
---|
public Strategy getStrategy()
public void setStrategy(Strategy strategy)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |