Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Bean
Method Summary | |
void |
|
String |
|
void |
|
public void addPropertyChangeListener(PropertyChangeListener listener)
Add a listener to property changes.
- Parameters:
listener
- listener to add
public String getValue()
Get the value.
- Returns:
- the value
public void setValue(String value)
Set the value.
- Parameters:
value
- value to set