de.cesr.lara.components.preprocessor.event
Class LPpPreferenceUpdaterEvent

java.lang.Object
  extended by de.cesr.lara.components.preprocessor.event.LAbstractPpEvent
      extended by de.cesr.lara.components.preprocessor.event.LPpPreferenceUpdaterEvent
All Implemented Interfaces:
LaraEvent, LaraSynchronousEvent, LaraPpEvent

public class LPpPreferenceUpdaterEvent
extends LAbstractPpEvent

Triggers updating of agent's preferences. LaraPreferenceUpdaters should register for these events.


Field Summary
 
Fields inherited from class de.cesr.lara.components.preprocessor.event.LAbstractPpEvent
agent, dConfig
 
Constructor Summary
LPpPreferenceUpdaterEvent(LaraAgent<?,?> agent, LaraDecisionConfiguration dConfig)
           
 
Method Summary
 
Methods inherited from class de.cesr.lara.components.preprocessor.event.LAbstractPpEvent
getAgent, getdConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LPpPreferenceUpdaterEvent

public LPpPreferenceUpdaterEvent(LaraAgent<?,?> agent,
                                 LaraDecisionConfiguration dConfig)