Methods in com.sun.javatest.tool with parameters of type Preferences.Observer |
void |
Preferences.addObserver(java.lang.String[] prefixes,
Preferences.Observer o)
Add an observer to be notified of changes to all preferences
whose name begins with any of a set of given prefixes. |
void |
Preferences.addObserver(java.lang.String prefix,
Preferences.Observer o)
Add an observer to be notified of changes to all preferences
whose name begins with a given prefix. |
void |
Preferences.removeObserver(java.lang.String[] prefixes,
Preferences.Observer o)
Remove an observer which was previously registered to be
notified of changes to all preferences whose name begins
with any of a set of prefixed. |
void |
Preferences.removeObserver(java.lang.String prefix,
Preferences.Observer o)
Remove an observer which was previously registered to be
notified of changes to all preferences whose name begins
with a given prefix. |