org.dvb.user
Class UserPreferenceChangeEvent
java.lang.Object
java.util.EventObject
org.dvb.user.UserPreferenceChangeEvent
- All Implemented Interfaces:
- Serializable
public class UserPreferenceChangeEvent
- extends EventObject
This class defines the event sent to appropriate listeners when a user
preference has been changed.
- See Also:
- Serialized Form
Method Summary |
String |
getName()
Returns the name of the modified Preference |
UserPreferenceChangeEvent
public UserPreferenceChangeEvent(String preferenceName)
- Constructs a new event.
- Parameters:
preferenceName
- the name of the modified preference.
getName
public String getName()
- Returns the name of the modified Preference
- Returns:
- the Preference name.