org.apache.ws.notification.topics
Interface TopicListener


public interface TopicListener

Interface that should be implemented by parties interested in changes in topics and the list of root topics. It is currently used to send notifications when the situation represented by a topic changes and for tracking the list of currently supported topics (exposed as a resource property)


Method Summary
 void topicChanged(Topic topic)
          Called when the value of the topic changes
 

Method Detail

topicChanged

public void topicChanged(Topic topic)
Called when the value of the topic changes

Parameters:
topic - The topic that changed


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