de.cesr.lara.components.eventbus.events
Class LAgentPostExecutionEvent

java.lang.Object
  extended by de.cesr.lara.components.eventbus.events.LAgentPostExecutionEvent
All Implemented Interfaces:
LaraEvent, LaraSynchronousEvent

public class LAgentPostExecutionEvent
extends Object
implements LaraSynchronousEvent

Thrown after agents execute.


Constructor Summary
LAgentPostExecutionEvent(LaraDecisionConfiguration decisionConfiguration)
           
 
Method Summary
 LaraDecisionConfiguration getDecisionConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LAgentPostExecutionEvent

public LAgentPostExecutionEvent(LaraDecisionConfiguration decisionConfiguration)
Method Detail

getDecisionConfiguration

public LaraDecisionConfiguration getDecisionConfiguration()