DESY ACOP Beans Home

com.cosylab.application
Class PlugInEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.cosylab.application.PlugInEvent
All Implemented Interfaces:
java.io.Serializable

public class PlugInEvent
extends java.util.EventObject

Event used in event notifications through PlugInListener interface.

Version:
@@VERSION@@
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PlugInEvent(PlugInManager source, PlugIn plugin)
          Creates a new instance of this event.
 
Method Summary
 PlugIn getPlugIn()
          Returns plugin which generated this event.
 
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(PlugInManager source,
                   PlugIn plugin)
Creates a new instance of this event. Delegates to parent constructor.

Parameters:
source - the plugin manager that is firing this event
plugin - the plugin which was installed
Method Detail

getPlugIn

public PlugIn getPlugIn()
Returns plugin which generated this event.

Returns:
plugin which generated this event


Copyright © 2010. All Rights Reserved.