Package de.xima.fc.gui.common.event
Class PluginInstallSuccessEvent
java.lang.Object
de.xima.fc.gui.common.event.PluginInstallSuccessEvent
- All Implemented Interfaces:
IApplicationEvent
,ISessionEvent
,IViewEvent
,IEvent
,Serializable
When a plugin installed or updated.
- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PluginInstallSuccessEvent
- Parameters:
scope
- Scope of the plugin, either the system or a client scope.pluginKey
-Plugin key
of the modified plugin.
-
-
Method Details
-
getScope
- Returns:
- Scope of the plugin, either the system or a client scope.
-
getPluginKey
- Returns:
Plugin key
of the modified plugin.
-