de.cesr.lara.components.preprocessor.event
Interface LaraPpEvent

All Superinterfaces:
LaraEvent
All Known Implementing Classes:
LAbstractPpEvent, LPpBoCollectorEvent, LPpBoPreselectorEvent, LPpBoUtilityUpdaterEvent, LPpModeSelectorEvent, LPpPreferenceUpdaterEvent, LPpUnsubscribeEvent

public interface LaraPpEvent
extends LaraEvent

(Sub-)Interface for LaraPreprocessor related event.


Method Summary
 LaraAgent<?,?> getAgent()
          Returns the agent that is currently processed and whose event bus triggers this even.
 LaraDecisionConfiguration getdConfig()
          Provides the LaraDecisionConfiguration that is currently processed.
 

Method Detail

getAgent

LaraAgent<?,?> getAgent()
Returns the agent that is currently processed and whose event bus triggers this even.

Returns:
the agent that is currently processed

getdConfig

LaraDecisionConfiguration getdConfig()
Provides the LaraDecisionConfiguration that is currently processed.

Returns:
current decision configuration