Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
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.
 
Method Summary
 MetaContactGroup getMetaGroup()
          Returns the MetaContactGroup 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

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 event
metaGroup - the MetaContactGroup this event is about
Method Detail

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.

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