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