Package oracle.rules.sdk2.dictionary
Class DictionaryChangeEvent
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryChangeEvent
A DictionaryChangeEvent notifies
DictionaryChangeListener
s of changes in the state
or validity of the RuleDictionary
.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
The Diff status of the object (may have) changed.static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OBJECT_ADDED
public static final int OBJECT_ADDED- See Also:
-
OBJECT_REMOVED
public static final int OBJECT_REMOVED- See Also:
-
OBJECT_UPDATED
public static final int OBJECT_UPDATED- See Also:
-
CHILD_CHANGED
public static final int CHILD_CHANGED- See Also:
-
OBJECT_VALID
public static final int OBJECT_VALID- See Also:
-
OBJECT_INVALID
public static final int OBJECT_INVALID- See Also:
-
ROLLBACK
public static final int ROLLBACK- See Also:
-
SCHEMAS_MODIFIED
public static final int SCHEMAS_MODIFIED- See Also:
-
JAVACLASSPATH_MODIFIED
public static final int JAVACLASSPATH_MODIFIED- See Also:
-
OBJECT_DIFF
public static final int OBJECT_DIFFThe Diff status of the object (may have) changed.- See Also:
-
changedObjects
-
-
Constructor Details
-
DictionaryChangeEvent
-