Interface SimulationEvent
-
- All Known Implementing Classes:
AbstractSimulationEvent,SimulationPrepareEvent,SimulationStartEvent,SimulationStopEvent,SystemRequestFinishedEvent,SystemRequestSpawnEvent,WorkloadUserFinishedEvent,WorkloadUserSpawnEvent
public interface SimulationEventA simulation event triggered or handled by a simulation component.
-
-
Field Summary
Fields Modifier and Type Field Description static StringENCAPSULATED_EVENTproperty name indicating theSimulationEventencapsulated 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 StringtopicName(Class<? extends SimulationEvent> eventType)
-
-
-
Field Detail
-
ENCAPSULATED_EVENT
static final String ENCAPSULATED_EVENT
property name indicating theSimulationEventencapsulated by the OSGi event to be used as key in a properties map- See Also:
- Constant Field Values
-
-