xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.engine.I_TopicListener

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

Uses of I_TopicListener in org.xmlBlaster.engine
 

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

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

Methods in org.xmlBlaster.engine with parameters of type I_TopicListener
 void TopicAccessor.addTopicListener(I_TopicListener l)
          Adds the specified Topic listener to receive creation/destruction events of Topics.
 void TopicAccessor.removeTopicListener(I_TopicListener l)
          Removes the specified listener.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.