org.apache.ws.notification.topics.impl
Class ResourcePropertyValueChangeTopicImpl

java.lang.Object
  extended byorg.apache.ws.notification.topics.impl.TopicImpl
      extended byorg.apache.ws.notification.topics.impl.ResourcePropertyValueChangeTopicImpl
All Implemented Interfaces:
java.util.EventListener, org.apache.ws.resource.properties.ResourcePropertyValueChangeListener, ResourcePropertyValueChangeTopic, Topic, TopicListener, TopicListenerList, TopicSet

public class ResourcePropertyValueChangeTopicImpl
extends TopicImpl
implements ResourcePropertyValueChangeTopic

TODO


Field Summary
 
Fields inherited from class org.apache.ws.notification.topics.impl.TopicImpl
m_currentMsg, m_listeners, m_name, m_reference, m_subTopics, m_topicPath, m_topicSpace
 
Constructor Summary
ResourcePropertyValueChangeTopicImpl(org.apache.ws.resource.properties.ResourceProperty prop)
           
 
Method Summary
 org.apache.ws.resource.properties.ResourceProperty getResourceProperty()
           
 void propertyChanged(org.apache.ws.resource.properties.ResourcePropertyValueChangeEvent event)
           
 
Methods inherited from class org.apache.ws.notification.topics.impl.TopicImpl
addTopic, addTopic, addTopicListener, containsTopic, getCurrentMessage, getName, getParent, getTopic, getTopicPath, getTopicReference, getTopicSpace, isReference, publish, removeTopic, removeTopic, removeTopicListener, setTopicPath, setTopicReference, setTopicSpace, topicAdded, topicChanged, topicIterator, topicListenerIterator, topicRemoved, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.ws.notification.topics.Topic
getCurrentMessage, getName, getTopicPath, getTopicReference, getTopicSpace, isReference, publish, setTopicPath, setTopicReference, setTopicSpace
 
Methods inherited from interface org.apache.ws.notification.topics.TopicSet
addTopic, addTopic, containsTopic, getTopic, removeTopic, topicIterator
 
Methods inherited from interface org.apache.ws.notification.topics.TopicListenerList
addTopicListener, removeTopicListener, topicListenerIterator
 

Constructor Detail

ResourcePropertyValueChangeTopicImpl

public ResourcePropertyValueChangeTopicImpl(org.apache.ws.resource.properties.ResourceProperty prop)
Method Detail

getResourceProperty

public org.apache.ws.resource.properties.ResourceProperty getResourceProperty()

propertyChanged

public void propertyChanged(org.apache.ws.resource.properties.ResourcePropertyValueChangeEvent event)
Specified by:
propertyChanged in interface org.apache.ws.resource.properties.ResourcePropertyValueChangeListener


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