Class OMultiValueChangeEvent<K,V>
java.lang.Object
com.orientechnologies.orient.core.db.record.OMultiValueChangeEvent<K,V>
- Type Parameters:
K- Value that indicates position of item inside collection.V- Item value.
Event that contains information about operation that is performed on tracked collection.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumOperation that is performed on collection. -
Constructor Summary
ConstructorsConstructorDescriptionOMultiValueChangeEvent(OMultiValueChangeEvent.OChangeType changeType, K key, V value) OMultiValueChangeEvent(OMultiValueChangeEvent.OChangeType changeType, K key, V value, V oldValue) -
Method Summary
-
Constructor Details
-
OMultiValueChangeEvent
-
OMultiValueChangeEvent
public OMultiValueChangeEvent(OMultiValueChangeEvent.OChangeType changeType, K key, V value, V oldValue)
-
-
Method Details