|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject com.cosylab.application.PlugInEvent
public class PlugInEvent
Event used in event notifications through PlugInListener
interface.
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 |
---|
public PlugInEvent(PlugInManager source, PlugIn plugin)
source
- the plugin manager that is firing this eventplugin
- the plugin which was installedMethod Detail |
---|
public PlugIn getPlugIn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |