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
public class PluginInstallSuccessEvent extends Object implements IViewEvent
When a plugin installed or updated.- Since:
 - 8.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PluginInstallSuccessEvent(WorkspaceScope scope, String pluginKey) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPluginKey()WorkspaceScopegetScope() 
 - 
 
- 
- 
Constructor Detail
- 
PluginInstallSuccessEvent
public PluginInstallSuccessEvent(WorkspaceScope scope, String pluginKey)
- Parameters:
 scope- Scope of the plugin, either the system or a client scope.pluginKey-Plugin keyof 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 keyof the modified plugin.
 
 - 
 
 -