DESY ACOP Beans Home

com.cosylab.application
Interface PlugInListener

All Superinterfaces:
java.util.EventListener

public interface PlugInListener
extends java.util.EventListener

A listener interface for receiving notifications from PlugInManager regarding the changes in the state or containment of its plugins.

See Also:
PlugInManager

Method Summary
 void plugInInstalled(PlugInEvent event)
          Event notification for successfully installed plugin.
 void plugInRemoved(PlugInEvent event)
          Event notification for successfully removed plugin.
 

Method Detail

plugInInstalled

void plugInInstalled(PlugInEvent event)
Event notification for successfully installed plugin. This event is fired after all installation procedure, defined by the plugin manager, has completed.

Parameters:
event - event object

plugInRemoved

void plugInRemoved(PlugInEvent event)
Event notification for successfully removed plugin. This event is fired after all remove procedure, defined by the plugin manager, has completed.

Parameters:
event - event object


Copyright © 2010. All Rights Reserved.