org.jacorb.notification.util
Class PropertySetAdapter

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

public abstract class PropertySetAdapter
extends java.lang.Object
implements PropertySetListener

Version:
$Id: PropertySetAdapter.java,v 1.1 2005/04/10 14:30:31 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
PropertySetAdapter()
           
 
Method Summary
 void actionPropertySetChanged(PropertySet source)
           
 void validateProperty(Property[] ps, java.util.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(Property[] ps,
                             java.util.List errorList)
Specified by:
validateProperty in interface PropertySetListener

actionPropertySetChanged

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