org.eclipse.stp.core.infrastructure.emf
Class EditModelEvent
java.lang.Object
org.eclipse.stp.core.infrastructure.emf.EditModelEvent
public class EditModelEvent
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SAVE
public static final int SAVE
- See Also:
- Constant Field Values
DIRTY
public static final int DIRTY
- See Also:
- Constant Field Values
REVERT
public static final int REVERT
- See Also:
- Constant Field Values
REMOVED_RESOURCE
public static final int REMOVED_RESOURCE
- See Also:
- Constant Field Values
ADDED_RESOURCE
public static final int ADDED_RESOURCE
- See Also:
- Constant Field Values
PRE_DISPOSE
public static final int PRE_DISPOSE
- See Also:
- Constant Field Values
LOADED_RESOURCE
public static final int LOADED_RESOURCE
- See Also:
- Constant Field Values
UNLOADED_RESOURCE
public static final int UNLOADED_RESOURCE
- See Also:
- Constant Field Values
KNOWN_RESOURCES_ABOUT_TO_CHANGE
public static final int KNOWN_RESOURCES_ABOUT_TO_CHANGE
- See Also:
- Constant Field Values
KNOWN_RESOURCES_CHANGED
public static final int KNOWN_RESOURCES_CHANGED
- See Also:
- Constant Field Values
EditModelEvent
public EditModelEvent(int anEventCode)
EditModelEvent
public EditModelEvent(int anEventCode,
java.util.List theChangedResources)
getChangedResources
public java.util.List getChangedResources()
- Returns:
- java.util.List
getEventCode
public int getEventCode()
- Returns:
- int
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object