org.eucalyptus.analysesi.gui.plugin
Class PluginEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eucalyptus.analysesi.gui.plugin.PluginEvent
All Implemented Interfaces:
java.io.Serializable

public class PluginEvent
extends java.util.EventObject

Un évènement sur un plugin.

Author:
Loic Dreux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PluginEvent(java.lang.Object source, Plugin plugin)
          Le constructeur de PluginEvent.
 
Method Summary
 Plugin getPlugin()
          Retourne le plugin associé à l'évènement.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginEvent

public PluginEvent(java.lang.Object source,
                   Plugin plugin)
Le constructeur de PluginEvent.

Parameters:
source -
Method Detail

getPlugin

public Plugin getPlugin()
Retourne le plugin associé à l'évènement.

Returns:
le plugin associé à l'évènement


Copyright © 2009. All Rights Reserved.