Class SpaceLabelsViewEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
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:
  • Constructor Details

    • SpaceLabelsViewEvent

      public SpaceLabelsViewEvent(Object src, Space space)