com.virtuosotechnologies.lib.plugin
Class PluginInitStartedEvent

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

public class PluginInitStartedEvent
extends FrameworkProgressEvent

Plugin initialization started.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PluginInitStartedEvent(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

PluginInitStartedEvent

public PluginInitStartedEvent(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