public interface VCardListener
VCardEventDispatcher.addListener(VCardListener)
method to register for events.| Modifier and Type | Method and Description |
|---|---|
void |
vCardCreated(String username,
org.dom4j.Element vCard)
A vCard was created.
|
void |
vCardDeleted(String username,
org.dom4j.Element vCard)
A vCard was deleted.
|
void |
vCardUpdated(String username,
org.dom4j.Element vCard)
A vCard was updated.
|
void vCardCreated(String username, org.dom4j.Element vCard)
username - the username for which the vCard was created.vCard - the vcard created.void vCardUpdated(String username, org.dom4j.Element vCard)
username - the user for which the vCard was updated.vCard - the vcard updated.void vCardDeleted(String username, org.dom4j.Element vCard)
username - the user for which the vCard was deleted.vCard - the vcard deleted.Copyright © 2003-2008 Jive Software.