fr.paris.lutece.portal.service.plugin
Class PluginEvent
java.lang.Object
fr.paris.lutece.portal.service.plugin.PluginEvent
public class PluginEvent
- extends Object
Plugin Event used to notify PluginEvent Listeners
Constructor Summary |
PluginEvent(Plugin plugin,
int nType)
Creates a new instance of PluginEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PluginEvent
public PluginEvent(Plugin plugin,
int nType)
- Creates a new instance of PluginEvent
- Parameters:
plugin
- The pluginnType
- The event type
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.