net.java.sip.communicator.service.contactlist.event
Class MetaContactModifiedEvent
java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
net.java.sip.communicator.service.contactlist.event.MetaContactPropertyChangeEvent
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
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 modificationoldValue - the new value for the modification of this meta contact.newValue - the old value for the modification of this meta contact.
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.
Distributable under LGPL license.