public abstract class Property extends Object
Constructor and Description |
---|
Property(PropertyManager manager,
String key) |
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ChangeListener l)
Add a ChangeListener to this Property.
|
protected abstract void |
clearCache() |
void |
fireChangeEvent()
Fire ChangeEvent and inform every Listener about changes in this Property
|
String |
getKey() |
protected String |
getProperty() |
void |
removeChangeListener(ChangeListener l)
Remove a ChangeListener from this Property
|
protected void |
setProperty(String value) |
public Property(PropertyManager manager, String key)
protected void setProperty(String value)
protected String getProperty()
public String getKey()
public void addChangeListener(ChangeListener l)
l
- Listener to addpublic void removeChangeListener(ChangeListener l)
l
- Listener to removepublic void fireChangeEvent()
protected abstract void clearCache()
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)