xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.engine.I_RemotePropertiesListener

Packages that use I_RemotePropertiesListener
org.xmlBlaster.engine The core implementation. 
 

Uses of I_RemotePropertiesListener in org.xmlBlaster.engine
 

Classes in org.xmlBlaster.engine that implement I_RemotePropertiesListener
 class EventPlugin
          Registers for events from the xmlBlaster core and forwards them as configured.
 

Methods in org.xmlBlaster.engine that return I_RemotePropertiesListener
 I_RemotePropertiesListener[] RequestBroker.getRemotePropertiesListenerArr()
          Access a current snapshot of all listeners.
 

Methods in org.xmlBlaster.engine with parameters of type I_RemotePropertiesListener
 boolean RequestBroker.addRemotePropertiesListener(I_RemotePropertiesListener remotePropertiesListener)
          Add listener if new remote properties arrive.
 boolean RequestBroker.removeRemotePropertiesListener(I_RemotePropertiesListener remotePropertiesListener)
          Remove the given listener
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.