xmlBlaster 2.2.0 API

org.xmlBlaster.engine
Interface I_TopicListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
EventPlugin

public interface I_TopicListener
extends java.util.EventListener

Listens on subscriptionRemove and subscriptionAdded events.

The events are fired by the RequestBroker instance.

Author:
Marcel Ruff

Method Summary
 void changed(TopicEvent e)
          Invoked on topic lifecycle change.
 

Method Detail

changed

void changed(TopicEvent e)
             throws XmlBlasterException
Invoked on topic lifecycle change.

Throws:
XmlBlasterException

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.