tigase.jaxmpp.core.client.xmpp.modules.disco
Class DiscoInfoModule.DiscoInfoAsyncCallback

java.lang.Object
  extended by tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoAsyncCallback
All Implemented Interfaces:
AsyncCallback
Enclosing class:
DiscoInfoModule

public abstract static class DiscoInfoModule.DiscoInfoAsyncCallback
extends Object
implements AsyncCallback


Constructor Summary
DiscoInfoModule.DiscoInfoAsyncCallback(String requestedNode)
           
 
Method Summary
protected abstract  void onInfoReceived(String node, Collection<DiscoInfoModule.Identity> identities, Collection<String> features)
           
 void onSuccess(Stanza responseStanza)
          Called when received response has type result.
 
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

DiscoInfoModule.DiscoInfoAsyncCallback

public DiscoInfoModule.DiscoInfoAsyncCallback(String requestedNode)
Method Detail

onInfoReceived

protected abstract void onInfoReceived(String node,
                                       Collection<DiscoInfoModule.Identity> identities,
                                       Collection<String> features)
                                throws XMLException
Throws:
XMLException

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


Copyright © 2006-2012 Tigase. All Rights Reserved.