Uses of Class
com.atlassian.confluence.themes.events.ThemeChangedEvent
-
Packages that use ThemeChangedEvent Package Description com.atlassian.confluence.impl.audit.listener com.atlassian.confluence.internal.webhooks -
-
Uses of ThemeChangedEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type ThemeChangedEvent Modifier and Type Method Description voidLookAndFeelAuditListener. themeChangedEvent(ThemeChangedEvent event) -
Uses of ThemeChangedEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type ThemeChangedEvent Modifier and Type Method Description Map<String,Object>WebhookJsonEventFactory. build(com.atlassian.webhooks.WebhookEvent webhookEvent, ThemeChangedEvent event)voidApplicationWebhookEventPublisher. onThemeEnabled(ThemeChangedEvent event)
-