edu.washington.cs.supple.rep
Interface SuppleBean

All Known Subinterfaces:
ActionType, BooleanType, ContainerType, DateType, DynamicType, ImageType, IntegerType, MapLocationType, PrimitiveShortcut, SimpleValueType, StateVar, StringType, SuppleType, TextType, UiAction, UiAlternative, UiObject, VectorType
All Known Implementing Classes:
ActionTypeImpl, BaseType, BooleanTypeImpl, ContainerTypeImpl, DateTypeImpl, DynamicTypeImpl, ImageTypeImpl, IntegerTypeImpl, MapLocationTypeImpl, SimpleBeanType, SimpleValueTypeImpl, StateVarImpl, StringTypeImpl, SuppleBeanImpl, TextTypeImpl, UiActionImpl, UiAlternativeImpl, UiObjectImpl, VectorTypeImpl

public interface SuppleBean

Author:
kgajos The most basic interface for a bean

Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
          Allows other objects to add themselves as listeners and be informed about changes to any of the properties of this bean (they have to implement the PropertyChangeListener interface)
 void removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
          Allows other objects to remove themselves from the list of listeners for this bean
 

Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
Allows other objects to add themselves as listeners and be informed about changes to any of the properties of this bean (they have to implement the PropertyChangeListener interface)


removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
Allows other objects to remove themselves from the list of listeners for this bean