net.java.sip.communicator.impl.gui.main.contactlist.contactsource
Class MetaGroupQueryEvent
java.lang.Object
java.util.EventObject
net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaGroupQueryEvent
- All Implemented Interfaces:
- Serializable
public class MetaGroupQueryEvent
- extends EventObject
The MetaGroupQueryEvent is triggered each time a
MetaContactGroup is received as a result of a
MetaContactQuery.
- Author:
- Yana Stamcheva
- See Also:
- Serialized Form
MetaGroupQueryEvent
public MetaGroupQueryEvent(MetaContactQuery source,
MetaContactGroup metaGroup)
- Creates an instance of MetaGroupQueryEvent by specifying the
source query this event comes from and the metaGroup
this event is about.
- Parameters:
source - the MetaContactQuery that triggered this eventmetaGroup - the MetaContactGroup this event is about
getQuerySource
public MetaContactQuery getQuerySource()
- Returns the MetaContactQuery that triggered this event.
- Returns:
- the MetaContactQuery that triggered this event
getMetaGroup
public MetaContactGroup getMetaGroup()
- Returns the MetaContactGroup this event is about.
- Returns:
- the MetaContactGroup this event is about
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.