Package com.sun.javatest.tool
Interface Preferences.Observer
- Enclosing class:
Preferences
public static interface Preferences.Observer
An observer interface for use by those that wishing to monitor changes
to user preferences.
-
Method Summary
-
Method Details
-
updated
A preference has been changed.- Parameters:
name
- the name of the preference that has been changednewValue
- the new value for the named preference
-