Package spin.demo
Class BeanImpl
- java.lang.Object
-
- spin.demo.BeanImpl
-
-
Constructor Summary
Constructors Constructor Description BeanImpl()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPropertyChangeListener(java.beans.PropertyChangeListener listener)Add a listener to property changes.java.lang.StringgetValue()Get the value.voidsetValue(java.lang.String value)Set the value.
-
-
-
Method Detail
-
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Add a listener to property changes.- Specified by:
addPropertyChangeListenerin interfaceBean- Parameters:
listener- listener to add
-
getValue
public java.lang.String getValue()
Get the value.
-
-