Class SpaceLogoUpdateEvent
- 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.SpaceLogoUpdateEvent
-
- All Implemented Interfaces:
Updated
,Serializable
public class SpaceLogoUpdateEvent extends SpaceEvent implements Updated
Represents a change to the logo of a space.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SpaceLogoUpdateEvent.SpaceLogoActions
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.event.events.space.SpaceEvent
space
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description SpaceLogoUpdateEvent(Object src, Space space, SpaceLogoUpdateEvent.SpaceLogoActions eventType, Attachment logo)
SpaceLogoUpdateEvent(Object src, Space space, String eventType, Attachment logo)
Deprecated.since 5.10
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getEventType()
Deprecated.since 5.10SpaceLogoUpdateEvent.SpaceLogoActions
getEventTypeEnum()
Attachment
getLogo()
-
Methods inherited from class com.atlassian.confluence.event.events.space.SpaceEvent
equals, getSpace, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
SpaceLogoUpdateEvent
@Deprecated public SpaceLogoUpdateEvent(Object src, Space space, String eventType, Attachment logo)
Deprecated.since 5.10
-
SpaceLogoUpdateEvent
public SpaceLogoUpdateEvent(Object src, Space space, SpaceLogoUpdateEvent.SpaceLogoActions eventType, Attachment logo)
-
-
Method Detail
-
getEventTypeEnum
public SpaceLogoUpdateEvent.SpaceLogoActions getEventTypeEnum()
-
getEventType
@Deprecated public String getEventType()
Deprecated.since 5.10
-
getLogo
public Attachment getLogo()
-
-