Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.gui.event
Interface ContainerListener

All Superinterfaces:
EventListener

public interface ContainerListener
extends EventListener

Listens for all events caused by a change in the supported containers list.

Author:
Yana Stamcheva

Method Summary
 void containerAdded(ContainerEvent event)
          Indicates that a container was added to the list of supported containers.
 void containerRemoved(ContainerEvent event)
          Indicates that a container was removed from the list of supported containers.
 

Method Detail

containerAdded

void containerAdded(ContainerEvent event)
Indicates that a container was added to the list of supported containers.

Parameters:
event - the ContainerEvent containing the corresponding container.

containerRemoved

void containerRemoved(ContainerEvent event)
Indicates that a container was removed from the list of supported containers.

Parameters:
event - the ContainerEvent containing the corresponding container.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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