uk.ac.ic.doc.automed.reps
Class ModelChangeEvent
java.lang.Object
uk.ac.ic.doc.automed.reps.ModelChangeEvent
public class ModelChangeEvent
- extends java.lang.Object
An instance of this class describes
some change has occurred associated with the Model class.
- Author:
- Peter McBrien
(pjm@doc.ic.ac.uk)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONSTRUCT_ADDED
public static final int CONSTRUCT_ADDED
- See Also:
- Constant Field Values
CONSTRUCT_REMOVED
public static final int CONSTRUCT_REMOVED
- See Also:
- Constant Field Values
CONSTRUCT_CHANGED
public static final int CONSTRUCT_CHANGED
- See Also:
- Constant Field Values
MODEL_ADDED
public static final int MODEL_ADDED
- See Also:
- Constant Field Values
MODEL_REMOVED
public static final int MODEL_REMOVED
- See Also:
- Constant Field Values
MODEL_CHANGED
public static final int MODEL_CHANGED
- See Also:
- Constant Field Values
ModelChangeEvent
public ModelChangeEvent(int type,
Positionable delta)
throws InconsistentException
- Throws:
InconsistentException
getType
public int getType()
getDelta
public java.lang.Object getDelta()