Class PluginInstallSuccessEvent

    • Constructor Detail

      • 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 Detail

      • 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.