xmlBlaster 2.2.0 client API

Uses of Interface
org.xmlBlaster.util.dispatch.I_PostSendListener

Packages that use I_PostSendListener
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.util.dispatch   
 

Uses of I_PostSendListener in org.xmlBlaster.client
 

Classes in org.xmlBlaster.client that implement I_PostSendListener
 class XmlBlasterAccess
          This is the default implementation of the java client side remote access to xmlBlaster.
 

Methods in org.xmlBlaster.client that return I_PostSendListener
 I_PostSendListener XmlBlasterAccess.registerPostSendListener(I_PostSendListener postSendListener)
          Register a listener to get notifications when a messages is successfully send from the client side tail back queue.
 I_PostSendListener I_XmlBlasterAccess.registerPostSendListener(I_PostSendListener postSendListener)
          Register a listener to get notifications when a messages is successfully send from the client side tail back queue.
 

Methods in org.xmlBlaster.client with parameters of type I_PostSendListener
 I_PostSendListener XmlBlasterAccess.registerPostSendListener(I_PostSendListener postSendListener)
          Register a listener to get notifications when a messages is successfully send from the client side tail back queue.
 I_PostSendListener I_XmlBlasterAccess.registerPostSendListener(I_PostSendListener postSendListener)
          Register a listener to get notifications when a messages is successfully send from the client side tail back queue.
 

Uses of I_PostSendListener in org.xmlBlaster.util.dispatch
 

Fields in org.xmlBlaster.util.dispatch declared as I_PostSendListener
protected  I_PostSendListener DispatchConnectionsHandler.postSendListener
           
 

Methods in org.xmlBlaster.util.dispatch that return I_PostSendListener
 I_PostSendListener DispatchConnectionsHandler.getPostSendListener()
          Access the listener for send messages.
 

Methods in org.xmlBlaster.util.dispatch with parameters of type I_PostSendListener
 void DispatchConnectionsHandler.registerPostSendListener(I_PostSendListener postSendListener)
          Register a listener to get notifications when a messages is successfully send.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.