com.ibm.etools.systems.model
Interface ISystemPreferenceChangeEvent
- All Superinterfaces:
- ISystemResourceChangeEvents
- All Known Implementing Classes:
- SystemPreferenceChangeEvent
- public interface ISystemPreferenceChangeEvent
- extends ISystemResourceChangeEvents
Interface of event sent when a remote system preference changes.
- See Also:
ISystemPreferenceChangeEvents
Fields inherited from interface com.ibm.etools.systems.model.ISystemResourceChangeEvents |
EVENT_ADD, EVENT_ADD_FILTER_REFERENCE, EVENT_ADD_FILTERSTRING_REFERENCE, EVENT_ADD_MANY, EVENT_ADD_RELATIVE, EVENT_CHANGE_CHILDREN, EVENT_CHANGE_FILTER_REFERENCE, EVENT_CHANGE_FILTERSTRING_REFERENCE, EVENT_COLLAPSE_ALL, EVENT_COLLAPSE_SELECTED, EVENT_COMMAND_FINISHED, EVENT_COMMAND_HISTORY_UPDATE, EVENT_COMMAND_MESSAGE, EVENT_COMMAND_RUN, EVENT_COMMAND_SHELL_FINISHED, EVENT_COMMAND_SHELL_REMOVED, EVENT_COMPILE_COMMAND_RUN, EVENT_DELETE, EVENT_DELETE_FILTER_REFERENCE, EVENT_DELETE_FILTERSTRING_REFERENCE, EVENT_DELETE_MANY, EVENT_EXPAND_SELECTED, EVENT_ICON_CHANGE, EVENT_MOVE_FILTER_REFERENCES, EVENT_MOVE_FILTERSTRING_REFERENCES, EVENT_MOVE_MANY, EVENT_MUST_COLLAPSE, EVENT_PROPERTY_CHANGE, EVENT_PROPERTYSHEET_UPDATE, EVENT_REFRESH, EVENT_REFRESH_REMOTE, EVENT_REFRESH_SELECTED, EVENT_REFRESH_SELECTED_FILTER, EVENT_REFRESH_SELECTED_PARENT, EVENT_RENAME, EVENT_RENAME_FILTER_REFERENCE, EVENT_REPLACE_CHILDREN, EVENT_REVEAL_AND_SELECT, EVENT_SEARCH_FINISHED, EVENT_SELECT, EVENT_SELECT_EXPAND, EVENT_SELECT_REMOTE, PROPERTYSHEET_UPDATE_EVENT |
copyright
public static final String copyright
- See Also:
- Constant Field Values
getType
public int getType()
- Returns the type of the event.
- Returns:
- a type that is one of the constants in this interface
- See Also:
ISystemPreferenceChangeEvents
setType
public void setType(int type)
- Set the type
- See Also:
ISystemPreferenceChangeEvents
getOldValue
public Object getOldValue()
- Get the old value. For boolean will be a Boolean object
getNewValue
public Object getNewValue()
- Get the new value. For boolean will be a Boolean object
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.