org.apache.ws.notification.topics
Interface TopicListenerList


public interface TopicListenerList

Interface used for managing a list of topic listeners. Currently inherited by the TopicList and Topic interfaces.

See Also:
TopicListener, TopicSpace, Topic

Method Summary
 void addTopicListener(TopicListener listener)
          Add a topic listener
 void removeTopicListener(TopicListener listener)
          Remove a topic listener
 java.util.Iterator topicListenerIterator()
          Get a iterator for the list of TopicListeners
 

Method Detail

addTopicListener

public void addTopicListener(TopicListener listener)
Add a topic listener

Parameters:
listener - The topic listener to add
See Also:
TopicListener

removeTopicListener

public void removeTopicListener(TopicListener listener)
Remove a topic listener

Parameters:
listener - The topic listener to remove.
See Also:
TopicListener

topicListenerIterator

public java.util.Iterator topicListenerIterator()
Get a iterator for the list of TopicListeners

Returns:
The iterator
See Also:
TopicListener


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