Uses of Class
com.logicaldoc.core.document.DocumentEvent
-
Packages that use DocumentEvent Package Description com.logicaldoc.core.document -
-
Uses of DocumentEvent in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document that return DocumentEvent Modifier and Type Method Description static DocumentEvent
DocumentEvent. fromString(String event)
static DocumentEvent
DocumentEvent. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentEvent[]
DocumentEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-