Uses of Class
net.anotheria.anosite.api.session.ContentChangeType
-
Packages that use ContentChangeType Package Description net.anotheria.anosite.api.session -
-
Uses of ContentChangeType in net.anotheria.anosite.api.session
Methods in net.anotheria.anosite.api.session that return ContentChangeType Modifier and Type Method Description ContentChangeTypeContentChangeEvent. getChangeType()static ContentChangeTypeContentChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentChangeType[]ContentChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anotheria.anosite.api.session with parameters of type ContentChangeType Modifier and Type Method Description voidContentChangeEvent. setChangeType(ContentChangeType changeType)Constructors in net.anotheria.anosite.api.session with parameters of type ContentChangeType Constructor Description ContentChangeEvent(ContentChangeType aType, String aDocumentName, String aDocumentId)Constructor.
-