Class AbstractSystemEvent

java.lang.Object
org.palladiosimulator.analyzer.slingshot.common.events.AbstractEvent
org.palladiosimulator.analyzer.slingshot.common.events.AbstractSystemEvent
All Implemented Interfaces:
SlingshotEvent, SystemEvent
Direct Known Subclasses:
ArchitectureModelsTabBuilderStarted, WorkflowLaunchConfigurationBuilderInitialized

public abstract class AbstractSystemEvent extends AbstractEvent implements SystemEvent
  • Constructor Details

    • AbstractSystemEvent

      public AbstractSystemEvent(String id)
    • AbstractSystemEvent

      public AbstractSystemEvent()
  • Method Details

    • getName

      public @NonNull String getName()
      Description copied from interface: SlingshotEvent
      The name of this event. Does not have to be unique.
      Specified by:
      getName in interface SlingshotEvent
      Returns:
      a non-null name.