Class BeforeSystemCallParameterHandler
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.system.handler.BeforeSystemCallParameterHandler
-
- All Implemented Interfaces:
IEventHandler<SystemRequestSpawnEvent>
public class BeforeSystemCallParameterHandler extends Object implements IEventHandler<SystemRequestSpawnEvent>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface edu.kit.ipd.sdq.eventsim.api.events.IEventHandler
IEventHandler.Registration
-
-
Constructor Summary
Constructors Constructor Description BeforeSystemCallParameterHandler(EventSimSystemModel model, PCMModelCommandExecutor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IEventHandler.Registration
handle(SystemRequestSpawnEvent simulationEvent)
The handle method called when a specific event was triggered.
-
-
-
Constructor Detail
-
BeforeSystemCallParameterHandler
public BeforeSystemCallParameterHandler(EventSimSystemModel model, PCMModelCommandExecutor executor)
-
-
Method Detail
-
handle
public IEventHandler.Registration handle(SystemRequestSpawnEvent simulationEvent)
Description copied from interface:IEventHandler
The handle method called when a specific event was triggered.- Specified by:
handle
in interfaceIEventHandler<SystemRequestSpawnEvent>
- Parameters:
simulationEvent
- The triggered event- Returns:
true
, if this handler is not interested in further events and shall unregistered;false
, else.
-
-