|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
net.java.sip.communicator.impl.gui.event.PluginComponentEvent
public class PluginComponentEvent
The PluginComponentEvent
| Field Summary | |
|---|---|
static int |
PLUGIN_COMPONENT_ADDED
Indicates that the PluginComponentEvent instance was triggered by adding a plugin component. |
static int |
PLUGIN_COMPONENT_REMOVED
Indicates that the MetaContactEvent instance was triggered by the removal of an existing MetaContact. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PluginComponentEvent(PluginComponent pluginComponent,
int eventID)
Creates a new PluginComponentEvent according to the specified parameters. |
|
| Method Summary | |
|---|---|
int |
getEventID()
Returns an event id specifying whether the type of this event (PLUGIN_COMPONENT_ADDED or PLUGIN_COMPONENT_REMOVED) |
PluginComponent |
getPluginComponent()
Returns the PluginComponent associated with this event. |
| 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 |
| Field Detail |
|---|
public static final int PLUGIN_COMPONENT_ADDED
public static final int PLUGIN_COMPONENT_REMOVED
| Constructor Detail |
|---|
public PluginComponentEvent(PluginComponent pluginComponent,
int eventID)
pluginComponent - The pluginComponent that is added to the container.eventID - one of the PLUGIN_COMPONENT_XXX static fields indicating
the nature of the event.| Method Detail |
|---|
public PluginComponent getPluginComponent()
public int getEventID()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||