public abstract class BasePluginEvent extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
BasePluginEvent(String pluginName,
PluginType type,
org.uberfire.rpc.SessionInfo sessionInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPluginName() |
org.uberfire.rpc.SessionInfo |
getSessionInfo() |
PluginType |
getType() |
protected BasePluginEvent(String pluginName, PluginType type, org.uberfire.rpc.SessionInfo sessionInfo)
public String getPluginName()
public PluginType getType()
public org.uberfire.rpc.SessionInfo getSessionInfo()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.