Class SpaceLogoUpdateEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
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
Represents a change to the logo of a space.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.atlassian.confluence.event.events.space.SpaceEvent
space
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceLogoUpdateEvent
(Object src, Space space, SpaceLogoUpdateEvent.SpaceLogoActions eventType, Attachment logo) SpaceLogoUpdateEvent
(Object src, Space space, String eventType, Attachment logo) Deprecated.since 5.10 -
Method Summary
Methods inherited from class com.atlassian.confluence.event.events.space.SpaceEvent
equals, getSpace, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SpaceLogoUpdateEvent
Deprecated.since 5.10 -
SpaceLogoUpdateEvent
public SpaceLogoUpdateEvent(Object src, Space space, SpaceLogoUpdateEvent.SpaceLogoActions eventType, Attachment logo)
-
-
Method Details
-
getEventTypeEnum
-
getEventType
Deprecated.since 5.10 -
getLogo
-