org.eclipse.tigerstripe.workbench
Class OriginalChangeEvent

java.lang.Object
  extended by org.eclipse.tigerstripe.workbench.OriginalChangeEvent

public class OriginalChangeEvent
extends java.lang.Object


Field Summary
static int ORIGINAL_CHANGED
           
static int ORIGINAL_DELETED
           
 
Constructor Summary
OriginalChangeEvent(int eventType)
           
 
Method Summary
 int getChangeType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORIGINAL_CHANGED

public static final int ORIGINAL_CHANGED
See Also:
Constant Field Values

ORIGINAL_DELETED

public static final int ORIGINAL_DELETED
See Also:
Constant Field Values
Constructor Detail

OriginalChangeEvent

public OriginalChangeEvent(int eventType)
Method Detail

getChangeType

public int getChangeType()