KIE Uberfire Runtime PlugIns API 6.2.0.CR1

org.kie.uberfire.plugin.event
Class BasePluginEvent

java.lang.Object
  extended by org.kie.uberfire.plugin.event.BasePluginEvent
Direct Known Subclasses:
PluginDeleted, PluginSaved

public abstract class BasePluginEvent
extends Object


Constructor Summary
  BasePluginEvent()
           
protected BasePluginEvent(String pluginName, PluginType type, org.uberfire.rpc.SessionInfo sessionInfo)
           
 
Method Summary
 String getPluginName()
           
 org.uberfire.rpc.SessionInfo getSessionInfo()
           
 PluginType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePluginEvent

public BasePluginEvent()

BasePluginEvent

protected BasePluginEvent(String pluginName,
                          PluginType type,
                          org.uberfire.rpc.SessionInfo sessionInfo)
Method Detail

getPluginName

public String getPluginName()

getType

public PluginType getType()

getSessionInfo

public org.uberfire.rpc.SessionInfo getSessionInfo()

KIE Uberfire Runtime PlugIns API 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.