public abstract static class SoftwareVersionModule.SoftwareVersionAsyncCallback extends Object implements AsyncCallback
| Constructor and Description |
|---|
SoftwareVersionAsyncCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onSuccess(Stanza responseStanza)
Called when received response has type result.
|
protected abstract void |
onVersionReceived(String name,
String version,
String os)
Called on success.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonError, onTimeoutpublic void onSuccess(Stanza responseStanza) throws XMLException
AsyncCallbackonSuccess in interface AsyncCallbackresponseStanza - received stanzaXMLExceptionprotected abstract void onVersionReceived(String name, String version, String os) throws XMLException
name - received software nameversion - received software versionos - received operating system nameXMLExceptionCopyright © 2006–2016 Tigase. All rights reserved.