Uses of Enum Class
com.orientechnologies.orient.core.record.ORecordListener.EVENT
Packages that use ORecordListener.EVENT
-
Uses of ORecordListener.EVENT in com.orientechnologies.orient.core.record
Methods in com.orientechnologies.orient.core.record that return ORecordListener.EVENTModifier and TypeMethodDescriptionstatic ORecordListener.EVENTReturns the enum constant of this class with the specified name.static ORecordListener.EVENT[]ORecordListener.EVENT.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.core.record with parameters of type ORecordListener.EVENTModifier and TypeMethodDescriptionvoidORecordListener.onEvent(ORecord iDocument, ORecordListener.EVENT iEvent) Deprecated.