Interface PluginExtensionOperationsListener

All Known Implementing Classes:
ActiveEditorObserver

public interface PluginExtensionOperationsListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the operation of applying stereotypes on given EObject
    void
    Notifies the extended plug-in that the new selection on an instance of EObject was registered.
  • Method Details

    • applyStereotype

      void applyStereotype(EObject eObject)
      Executes the operation of applying stereotypes on given EObject
      Parameters:
      eObject -
    • eObjectSelected

      void eObjectSelected(EObject eObject)
      Notifies the extended plug-in that the new selection on an instance of EObject was registered.
      Parameters:
      eObject -