org.kie.uberfire.plugin.event
Class BasePluginEvent
java.lang.Object
org.kie.uberfire.plugin.event.BasePluginEvent
- Direct Known Subclasses:
- PluginDeleted, PluginSaved
public abstract class BasePluginEvent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasePluginEvent
public BasePluginEvent()
BasePluginEvent
protected BasePluginEvent(String pluginName,
PluginType type,
org.uberfire.rpc.SessionInfo sessionInfo)
getPluginName
public String getPluginName()
getType
public PluginType getType()
getSessionInfo
public org.uberfire.rpc.SessionInfo getSessionInfo()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.