Package org.apache.ws.notification.topics.impl

Examples of org.apache.ws.notification.topics.impl.ResourcePropertyValueChangeListenerImpl


      while ( propIter.hasNext(  ) )
      {
         ResourceProperty prop = (ResourceProperty) propIter.next(  );
         if ( producerResource.getTopicSet(  ).containsTopic( prop.getMetaData(  ).getName(  ) ) )
         {
            ResourcePropertyValueChangeListenerImpl propValueChangeListener =
               new ResourcePropertyValueChangeListenerImpl( producerResource, prop );
            prop.addChangeListener( propValueChangeListener );
            producerResource.getTopicSet(  ).addTopicExpression( propValueChangeListener.getTopicExpression(  ) );
         }
      }
   }
View Full Code Here

TOP

Related Classes of org.apache.ws.notification.topics.impl.ResourcePropertyValueChangeListenerImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.