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 void
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Add a listener to property changes.java.lang.String
getValue()
Get the value.void
setValue(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:
addPropertyChangeListener
in interfaceBean
- Parameters:
listener
- listener to add
-
getValue
public java.lang.String getValue()
Get the value.
-
-