Uses of Class
com.atlassian.confluence.event.events.label.LabelEvent
-
Packages that use LabelEvent Package Description com.atlassian.confluence.event.events.label -
-
Uses of LabelEvent in com.atlassian.confluence.event.events.label
Subclasses of LabelEvent in com.atlassian.confluence.event.events.label Modifier and Type Class Description class
LabelAddEvent
Thrown when an existing label is associated with piece of content (as opposed to be newly created).class
LabelCreateEvent
Thrown when a label is created and comes into existance.class
LabelDeleteEvent
Thrown when a label itself is removed (as opposed to being disassociated from a piece of content).class
LabelRemoveEvent
Thrown when a label is disassociated from a piece of content (as opposed to itself being removed).
-