com.virtuosotechnologies.lib.plugin
Class PluginInitFinishedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.virtuosotechnologies.lib.plugin.FrameworkProgressEvent
          extended bycom.virtuosotechnologies.lib.plugin.PluginInitFinishedEvent
All Implemented Interfaces:
Serializable

public class PluginInitFinishedEvent
extends FrameworkProgressEvent

Plugin initialization finished.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PluginInitFinishedEvent(Framework source, PluginInfo info)
          Constructor
 
Method Summary
 PluginInfo getPluginInfo()
          Get the plugin name
 
Methods inherited from class com.virtuosotechnologies.lib.plugin.FrameworkProgressEvent
getFramework
 
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

PluginInitFinishedEvent

public PluginInitFinishedEvent(Framework source,
                               PluginInfo info)
Constructor

Parameters:
source - source Framework
info - info for the plugin being initialized
Method Detail

getPluginInfo

public PluginInfo getPluginInfo()
Get the plugin name

Returns:
the name as a string