Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.contactlist.contactsource
Class MetaContactQueryEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
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.
 
Method Summary
 MetaContact getMetaContact()
          Returns the MetaContact this event is about.
 MetaContactQuery getQuerySource()
          Returns the MetaContactQuery that triggered 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
 

Constructor Detail

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 event
metaContact - the MetaContact this event is about
Method Detail

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.

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