RSE
Release 1.0

org.eclipse.rse.core.model
Interface ISystemPreferenceChangeEvent


public interface ISystemPreferenceChangeEvent

Interface of event sent when a remote system preference changes.

See Also:
ISystemPreferenceChangeEvents

Method Summary
 Object getNewValue()
          Get the new value.
 Object getOldValue()
          Get the old value.
 int getType()
          Returns the type of the event.
 void setType(int type)
          Set the type
 

Method Detail

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


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.