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