org.globus.wsrf
Interface TopicListenerList
- All Known Subinterfaces:
- Topic, TopicList
- public interface TopicListenerList
Interface used for managing a list of topic listeners. Currently inherited
by the TopicList and Topic interfaces.
- See Also:
TopicListener,
TopicList,
Topic
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 Iterator topicListenerIterator()
- Get a iterator for the list of TopicListeners
- Returns:
- The iterator
- See Also:
TopicListener
Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.