tigase.jaxmpp.core.client.xmpp.modules.disco
Class DiscoItemsModule.DiscoItemsAsyncCallback

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

public abstract static class DiscoItemsModule.DiscoItemsAsyncCallback
extends Object
implements AsyncCallback


Constructor Summary
DiscoItemsModule.DiscoItemsAsyncCallback()
           
 
Method Summary
abstract  void onInfoReceived(String attribute, ArrayList<DiscoItemsModule.Item> items)
           
 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

DiscoItemsModule.DiscoItemsAsyncCallback

public DiscoItemsModule.DiscoItemsAsyncCallback()
Method Detail

onInfoReceived

public abstract void onInfoReceived(String attribute,
                                    ArrayList<DiscoItemsModule.Item> items)
                             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.