Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.contactlist.event
Class MetaContactModifiedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by java.beans.PropertyChangeEvent
          extended by net.java.sip.communicator.service.contactlist.event.MetaContactPropertyChangeEvent
              extended by net.java.sip.communicator.service.contactlist.event.MetaContactModifiedEvent
All Implemented Interfaces:
Serializable

public class MetaContactModifiedEvent
extends MetaContactPropertyChangeEvent

Indicates that a meta contact has chaned.

Author:
Damian Minkov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.java.sip.communicator.service.contactlist.event.MetaContactPropertyChangeEvent
META_CONTACT_AVATAR_UPDATE, META_CONTACT_MODIFIED, META_CONTACT_MOVED, META_CONTACT_RENAMED, PROTO_CONTACT_ADDED, PROTO_CONTACT_MODIFIED, PROTO_CONTACT_MOVED, PROTO_CONTACT_REMOVED
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MetaContactModifiedEvent(MetaContact source, String modificationName, Object oldValue, Object newValue)
          Creates an instance of this event using the specified arguments.
 
Method Summary
 String getModificationName()
          Returns the modification name of the source meta contact.
 
Methods inherited from class net.java.sip.communicator.service.contactlist.event.MetaContactPropertyChangeEvent
getSourceMetaContact
 
Methods inherited from class java.beans.PropertyChangeEvent
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId
 
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

MetaContactModifiedEvent

public MetaContactModifiedEvent(MetaContact source,
                                String modificationName,
                                Object oldValue,
                                Object newValue)
Creates an instance of this event using the specified arguments.

Parameters:
source - the MetaContact that this event is about.
modificationName - name of the modification
oldValue - the new value for the modification of this meta contact.
newValue - the old value for the modification of this meta contact.
Method Detail

getModificationName

public String getModificationName()
Returns the modification name of the source meta contact.

Returns:
the modification name for the meta contact.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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