Interface SimulationEvent
-
- All Known Implementing Classes:
AbstractSimulationEvent
,SimulationPrepareEvent
,SimulationStartEvent
,SimulationStopEvent
,SystemRequestFinishedEvent
,SystemRequestSpawnEvent
,WorkloadUserFinishedEvent
,WorkloadUserSpawnEvent
public interface SimulationEvent
A simulation event triggered or handled by a simulation component.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENCAPSULATED_EVENT
property name indicating theSimulationEvent
encapsulated by the OSGi event to be used as key in a properties map
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getProperties()
static String
topicName(Class<? extends SimulationEvent> eventType)
-
-
-
Field Detail
-
ENCAPSULATED_EVENT
static final String ENCAPSULATED_EVENT
property name indicating theSimulationEvent
encapsulated by the OSGi event to be used as key in a properties map- See Also:
- Constant Field Values
-
-