Package edu.kit.ipd.sdq.eventsim.api.events
-
Interface Summary Interface Description IEventHandler<T extends SimulationEvent> A handler callback for a simulation component event.SimulationEvent A simulation event triggered or handled by a simulation component. -
Class Summary Class Description AbstractSimulationEvent SimulationPrepareEvent SimulationStartEvent SimulationStopEvent SystemRequestFinishedEvent Indicates that aIRequest
has been simulated completely.SystemRequestSpawnEvent Indicates that a newIRequest
has been created and waits to be simulated.WorkloadUserFinishedEvent Indicates that aIUser
has been simulated completely.WorkloadUserSpawnEvent Indicates that a newIUser
has been created and waits to be simulated. -
Enum Summary Enum Description IEventHandler.Registration