tigase.jaxmpp.core.client.xmpp.modules.pubsub
Class PubSubModule.PublishAsyncCallback

java.lang.Object
  extended by tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
      extended by tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PublishAsyncCallback
All Implemented Interfaces:
AsyncCallback
Enclosing class:
PubSubModule

public abstract static class PubSubModule.PublishAsyncCallback
extends PubSubAsyncCallback


Field Summary
 
Fields inherited from class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
log
 
Constructor Summary
PubSubModule.PublishAsyncCallback()
           
 
Method Summary
abstract  void onPublish(String itemId)
           
 void onSuccess(Stanza responseStanza)
          Called when received response has type result.
 
Methods inherited from class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
onEror, onError
 
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
onTimeout
 

Constructor Detail

PubSubModule.PublishAsyncCallback

public PubSubModule.PublishAsyncCallback()
Method Detail

onPublish

public abstract void onPublish(String itemId)

onSuccess

public void onSuccess(Stanza responseStanza)
               throws JaxmppException
Description copied from interface: AsyncCallback
Called when received response has type result.

Parameters:
responseStanza - received stanza
Throws:
JaxmppException


Copyright © 2006-2012 Tigase. All Rights Reserved.