fr.paris.lutece.portal.service.plugin
Class PluginEvent

java.lang.Object
  extended by fr.paris.lutece.portal.service.plugin.PluginEvent

public class PluginEvent
extends Object

Plugin Event used to notify PluginEvent Listeners


Field Summary
static int PLUGIN_INSTALLED
           
static int PLUGIN_POOL_CHANGED
           
static int PLUGIN_UNINSTALLED
           
 
Constructor Summary
PluginEvent(Plugin plugin, int nType)
          Creates a new instance of PluginEvent
 
Method Summary
 int getEventType()
          Returns the EventType
 Plugin getPlugin()
          Returns the Plugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_INSTALLED

public static final int PLUGIN_INSTALLED
See Also:
Constant Field Values

PLUGIN_UNINSTALLED

public static final int PLUGIN_UNINSTALLED
See Also:
Constant Field Values

PLUGIN_POOL_CHANGED

public static final int PLUGIN_POOL_CHANGED
See Also:
Constant Field Values
Constructor Detail

PluginEvent

public PluginEvent(Plugin plugin,
                   int nType)
Creates a new instance of PluginEvent

Parameters:
plugin - The plugin
nType - The event type
Method Detail

getEventType

public int getEventType()
Returns the EventType

Returns:
The EventType

getPlugin

public Plugin getPlugin()
Returns the Plugin

Returns:
The Plugin


Copyright © 2014 Mairie de Paris. All Rights Reserved.