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