org.eclipse.cdt.managedbuilder.internal.core
Class SettingsChangeEvent

java.lang.Object
  extended by org.eclipse.cdt.managedbuilder.internal.core.SettingsChangeEvent

public class SettingsChangeEvent
extends java.lang.Object


Field Summary
static int ADDED
           
static int CHANGED
           
static int OPTION
           
static int REMOVED
           
 
Method Summary
 int getChangeType()
           
 IHoldsOptions getHolder()
           
 java.lang.Object getOldValue()
           
 IOption getOption()
           
 IResourceInfo getRcInfo()
           
 int getSettingType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANGED

public static final int CHANGED
See Also:
Constant Field Values

ADDED

public static final int ADDED
See Also:
Constant Field Values

REMOVED

public static final int REMOVED
See Also:
Constant Field Values

OPTION

public static final int OPTION
See Also:
Constant Field Values
Method Detail

getRcInfo

public IResourceInfo getRcInfo()

getHolder

public IHoldsOptions getHolder()

getOption

public IOption getOption()

getOldValue

public java.lang.Object getOldValue()

getChangeType

public int getChangeType()

getSettingType

public int getSettingType()