tigase.jaxmpp.core.client.xmpp.modules.vcard
Class VCardModule.VCardAsyncCallback

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


Constructor Summary
VCardModule.VCardAsyncCallback()
           
 
Method Summary
 void onSuccess(Stanza responseStanza)
          Called when received response has type result.
protected abstract  void onVCardReceived(VCard vcard)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tigase.jaxmpp.core.client.AsyncCallback
onError, onTimeout
 

Constructor Detail

VCardModule.VCardAsyncCallback

public VCardModule.VCardAsyncCallback()
Method Detail

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.