All Superinterfaces:
SlingshotEvent

public interface OSGIEvent extends SlingshotEvent
An OSGI Event carries additional information from which bundle/plugin the event has originated. This is especially important if the event has an event-contract.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    fromBundleId(String bundleId)
     

    Methods inherited from interface org.palladiosimulator.analyzer.slingshot.common.events.SlingshotEvent

    getId, getName
  • Method Details

    • fromBundleId

      boolean fromBundleId(String bundleId)