tigase.jaxmpp.core.client.xmpp.modules
Class SoftwareVersionModule.SoftwareVersionAsyncCallback
java.lang.Object
tigase.jaxmpp.core.client.xmpp.modules.SoftwareVersionModule.SoftwareVersionAsyncCallback
- All Implemented Interfaces:
- AsyncCallback
- Enclosing class:
- SoftwareVersionModule
public abstract static class SoftwareVersionModule.SoftwareVersionAsyncCallback
- extends Object
- implements AsyncCallback
Software version callback.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoftwareVersionModule.SoftwareVersionAsyncCallback
public SoftwareVersionModule.SoftwareVersionAsyncCallback()
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
onVersionReceived
protected abstract void onVersionReceived(String name,
String version,
String os)
throws XMLException
- Called on success.
- Parameters:
name - received software nameversion - received software versionos - received operating system name
- Throws:
XMLException
Copyright © 2006-2012 Tigase. All Rights Reserved.