|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.ibm.etools.systems.model.impl.SystemPreferenceChangeEvent
Event object sent to ISystemPreferenceChangeListeners when a remote system preference is changed.
ISystemPreferenceChangeEvents
,
Serialized FormField Summary | |
---|---|
static String |
copyright
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
SystemPreferenceChangeEvent(int type,
Object oldValue,
Object newValue)
Constructor |
Method Summary | |
---|---|
Object |
getNewValue()
Return the new value after the change |
Object |
getOldValue()
Return the old value prior to the change |
int |
getType()
Return the type of the event |
void |
setNewValue(Object value)
Return the new value after the change |
void |
setOldValue(Object value)
Set the old value prior to the change |
void |
setType(int type)
Set the type |
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 |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemPreferenceChangeEvent(int type, Object oldValue, Object newValue)
type
- The type of event, one of ISystemChangeEvent constants.ISystemPreferenceChangeEvents
Method Detail |
public int getType()
getType
in interface ISystemPreferenceChangeEvent
ISystemPreferenceChangeEvents
public Object getOldValue()
getOldValue
in interface ISystemPreferenceChangeEvent
public Object getNewValue()
getNewValue
in interface ISystemPreferenceChangeEvent
public void setType(int type)
setType
in interface ISystemPreferenceChangeEvent
ISystemPreferenceChangeEvents
public void setOldValue(Object value)
public void setNewValue(Object value)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |