org.jacorb.notification.util
Class PropertySetAdapter

java.lang.Object
  extended by org.jacorb.notification.util.PropertySetAdapter
All Implemented Interfaces:
PropertySetListener

public abstract class PropertySetAdapter
extends Object
implements PropertySetListener

Version:
$Id: PropertySetAdapter.java,v 1.2 2011-05-10 15:40:39 nick.cross Exp $
Author:
Alphonse Bendt

Constructor Summary
PropertySetAdapter()
           
 
Method Summary
 void actionPropertySetChanged(PropertySet source)
           
 void validateProperty(org.omg.CosNotification.Property[] ps, List errorList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetAdapter

public PropertySetAdapter()
Method Detail

validateProperty

public void validateProperty(org.omg.CosNotification.Property[] ps,
                             List errorList)
Specified by:
validateProperty in interface PropertySetListener

actionPropertySetChanged

public void actionPropertySetChanged(PropertySet source)
                              throws org.omg.CosNotification.UnsupportedQoS
Specified by:
actionPropertySetChanged in interface PropertySetListener
Throws:
org.omg.CosNotification.UnsupportedQoS


Copyright © 2012 JacORB. All Rights Reserved.