org.eclipse.stp.core.infrastructure.emf
Class EditModelEvent

java.lang.Object
  extended by org.eclipse.stp.core.infrastructure.emf.EditModelEvent

public class EditModelEvent
extends java.lang.Object


Field Summary
static int ADDED_RESOURCE
           
static int DIRTY
           
static int KNOWN_RESOURCES_ABOUT_TO_CHANGE
           
static int KNOWN_RESOURCES_CHANGED
           
static int LOADED_RESOURCE
           
static int PRE_DISPOSE
           
static int REMOVED_RESOURCE
           
static int REVERT
           
static int SAVE
           
static int UNLOADED_RESOURCE
           
 
Constructor Summary
EditModelEvent(int anEventCode)
           
EditModelEvent(int anEventCode, java.util.List theChangedResources)
           
 
Method Summary
 java.util.List getChangedResources()
           
 int getEventCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

EditModelEvent

public EditModelEvent(int anEventCode)

EditModelEvent

public EditModelEvent(int anEventCode,
                      java.util.List theChangedResources)
Method Detail

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