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, java.io.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 |
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SpaceLabelsViewEvent
public SpaceLabelsViewEvent(java.lang.Object src,
Space space)
Copyright © 2003-2014 Atlassian. All Rights Reserved.