com.virtuosotechnologies.lib.plugin
Class FrameworkProgressEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.virtuosotechnologies.lib.plugin.FrameworkProgressEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PluginDroppedEvent, PluginInitFinishedEvent, PluginInitStartedEvent

public class FrameworkProgressEvent
extends EventObject

Base class for Framework progress reporting events. Events broadcasted by a Framework will be subclasses of this base class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FrameworkProgressEvent(Framework source)
          Constructor
 
Method Summary
 Framework getFramework()
          Get the Framework source
 
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

FrameworkProgressEvent

public FrameworkProgressEvent(Framework source)
Constructor

Parameters:
source - source Framework
Method Detail

getFramework

public Framework getFramework()
Get the Framework source

Returns:
the Framework