Package org.uberfire.ext.plugin.event
Class PluginRenamed
- java.lang.Object
-
- org.uberfire.ext.plugin.event.BasePluginEvent
-
- org.uberfire.ext.plugin.event.PluginRenamed
-
@Portable public class PluginRenamed extends BasePluginEvent
-
-
Constructor Summary
Constructors Constructor Description PluginRenamed(String oldPluginName, Plugin plugin, org.uberfire.rpc.SessionInfo sessionInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOldPluginName()PluginTypegetOldPluginType()-
Methods inherited from class org.uberfire.ext.plugin.event.BasePluginEvent
getPlugin, getSessionInfo
-
-
-
-
Method Detail
-
getOldPluginName
public String getOldPluginName()
-
getOldPluginType
public PluginType getOldPluginType()
-
-