com.atlassian.confluence.event.events.space
Class SpaceLabelsViewEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.space.SpaceEvent
com.atlassian.confluence.event.events.space.SpaceLabelsViewEvent
- All Implemented Interfaces:
- Viewed, Serializable
public class SpaceLabelsViewEvent
- extends SpaceEvent
- implements Viewed
Represents a user viewing the space labels screen of the space admin console. This is similar to, but not the same as
actions that browse the labels such as ListLabelsBySpaceAction
-
in that case, browsing will generate a LabelListViewEvent
.
- See Also:
- Serialized Form
Fields inherited from class com.atlassian.confluence.event.events.space.SpaceEvent |
space |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
SpaceLabelsViewEvent
public SpaceLabelsViewEvent(Object src,
Space space)