de.intarsys.tools.preferences
Class PreferencesChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.intarsys.tools.event.Event
          extended by de.intarsys.tools.preferences.PreferencesChangeEvent
All Implemented Interfaces:
IEvent, java.io.Serializable

public class PreferencesChangeEvent
extends Event

See Also:
Serialized Form

Field Summary
static EventType ID
           
 
Fields inherited from class de.intarsys.tools.event.Event
consumed, ID_ALL, veto
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PreferencesChangeEvent(java.lang.Object source)
           
 
Method Summary
 EventType getEventType()
          A type for this event.
 java.lang.String getKey()
           
 java.lang.String getNewValue()
           
 void setKey(java.lang.String key)
           
 void setNewValue(java.lang.String newValue)
           
 
Methods inherited from class de.intarsys.tools.event.Event
consume, getName, getRc, isConsumed, isVetoed, setRc, setVeto, veto
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.intarsys.tools.event.IEvent
getSource
 

Field Detail

ID

public static final EventType ID
Constructor Detail

PreferencesChangeEvent

public PreferencesChangeEvent(java.lang.Object source)
Method Detail

getKey

public java.lang.String getKey()

getNewValue

public java.lang.String getNewValue()

getEventType

public EventType getEventType()
Description copied from interface: IEvent
A type for this event.

Specified by:
getEventType in interface IEvent
Overrides:
getEventType in class Event
Returns:
A type for this event.

setKey

public void setKey(java.lang.String key)

setNewValue

public void setNewValue(java.lang.String newValue)