com.virtuosotechnologies.lib.plugin
Class PluginDroppedEvent

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

public class PluginDroppedEvent
extends FrameworkProgressEvent

Plugin dropped because it is a duplicate or it is suppressed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PluginDroppedEvent(Framework source, PluginInfo plugin, PluginInfo reason)
          Constructor
 
Method Summary
 PluginInfo getDroppedPluginInfo()
          Get the info for the plugin that was dropped
 PluginInfo getReasonPluginInfo()
          Get the info for the plugin that caused the drop
 
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

PluginDroppedEvent

public PluginDroppedEvent(Framework source,
                          PluginInfo plugin,
                          PluginInfo reason)
Constructor

Parameters:
source - source Framework
plugin - info for the plugin that was dropped
reason - info for the plugin that caused the drop
Method Detail

getDroppedPluginInfo

public PluginInfo getDroppedPluginInfo()
Get the info for the plugin that was dropped

Returns:
the plugin info

getReasonPluginInfo

public PluginInfo getReasonPluginInfo()
Get the info for the plugin that caused the drop

Returns:
the plugin info