1 21 22 package org.jacorb.notification.util; 23 24 import java.util.List ; 25 26 import org.omg.CosNotification.Property; 27 import org.omg.CosNotification.UnsupportedQoS; 28 29 33 public abstract class PropertySetAdapter implements PropertySetListener 34 { 35 public void validateProperty(Property[] ps, List errorList) 36 { 37 } 39 40 public void actionPropertySetChanged(PropertySet source) throws UnsupportedQoS 41 { 42 } 44 } 45 | Popular Tags |