Uses of Interface
org.apache.ws.notification.topics.TopicListener

Packages that use TopicListener
org.apache.ws.notification.topics   
org.apache.ws.notification.topics.impl   
 

Uses of TopicListener in org.apache.ws.notification.topics
 

Methods in org.apache.ws.notification.topics with parameters of type TopicListener
 void TopicListenerList.addTopicListener(TopicListener listener)
          Add a topic listener
 void TopicListenerList.removeTopicListener(TopicListener listener)
          Remove a topic listener
 

Uses of TopicListener in org.apache.ws.notification.topics.impl
 

Classes in org.apache.ws.notification.topics.impl that implement TopicListener
 class ResourcePropertyValueChangeTopicImpl
          TODO
 class ResourceTerminationTopicImpl
           
 class SubscriptionTopicListener
          Topic listener implementation that is associated with a particular Subscription.
 class TopicImpl
          Simple in-memory implementation of the Topic interface
 

Methods in org.apache.ws.notification.topics.impl with parameters of type TopicListener
 void TopicSpaceImpl.addTopicListener(TopicListener listener)
           
 void TopicSpaceImpl.removeTopicListener(TopicListener listener)
           
 void TopicImpl.addTopicListener(TopicListener listener)
           
 void TopicImpl.removeTopicListener(TopicListener listener)
           
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.