tigase.jaxmpp.core.client.xmpp.modules.disco
Class DiscoItemsModule.DiscoItemsAsyncCallback
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiscoItemsModule.DiscoItemsAsyncCallback
public DiscoItemsModule.DiscoItemsAsyncCallback()
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.