tigase.jaxmpp.core.client.xmpp.modules.vcard
Class VCardModule.VCardAsyncCallback
java.lang.Object
tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule.VCardAsyncCallback
- All Implemented Interfaces:
- AsyncCallback
- Enclosing class:
- VCardModule
public abstract static class VCardModule.VCardAsyncCallback
- extends Object
- implements AsyncCallback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VCardModule.VCardAsyncCallback
public VCardModule.VCardAsyncCallback()
onSuccess
public void onSuccess(Stanza responseStanza)
throws XMLException
- Description copied from interface:
AsyncCallback
- Called when received response has type result.
- Specified by:
onSuccess in interface AsyncCallback
- Parameters:
responseStanza - received stanza
- Throws:
XMLException
onVCardReceived
protected abstract void onVCardReceived(VCard vcard)
throws XMLException
- Throws:
XMLException
Copyright © 2006-2012 Tigase. All Rights Reserved.