Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.event
Interface PluginComponentListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AccountStatusPanel, CallPanel, ChatRoomCommonRightButtonMenu, ChatWindow, ContactListPane, GroupRightButtonMenu, HelpMenu, MainFrame, MetaContactRightButtonMenu, PluginContainer, ToolsMenu

public interface PluginComponentListener
extends EventListener

Listens for all events caused by adding or removing of a plugin component.

Author:
Yana Stamcheva

Method Summary
 void pluginComponentAdded(PluginComponentEvent event)
          Indicates that a plugin component has been successfully added to the container.
 void pluginComponentRemoved(PluginComponentEvent event)
          Indicates that a plugin component has been successfully removed from the container.
 

Method Detail

pluginComponentAdded

void pluginComponentAdded(PluginComponentEvent event)
Indicates that a plugin component has been successfully added to the container.

Parameters:
event - the PluginComponentEvent containing the corresponding plugin component

pluginComponentRemoved

void pluginComponentRemoved(PluginComponentEvent event)
Indicates that a plugin component has been successfully removed from the container.

Parameters:
event - the PluginComponentEvent containing the corresponding plugin component

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.