Class PluginInstallSuccessEvent

java.lang.Object
de.xima.fc.gui.common.event.PluginInstallSuccessEvent
All Implemented Interfaces:
IApplicationEvent, ISessionEvent, IViewEvent, IEvent, Serializable

public class PluginInstallSuccessEvent extends Object implements IViewEvent
When a plugin installed or updated.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • PluginInstallSuccessEvent

      public PluginInstallSuccessEvent(WorkspaceScope scope, String pluginKey)
      Parameters:
      scope - Scope of the plugin, either the system or a client scope.
      pluginKey - Plugin key of the modified plugin.
  • Method Details

    • getScope

      public WorkspaceScope getScope()
      Returns:
      Scope of the plugin, either the system or a client scope.
    • getPluginKey

      public String getPluginKey()
      Returns:
      Plugin key of the modified plugin.