Uses of Class
com.atlassian.confluence.themes.events.FaviconChangedEvent.Action
-
Packages that use FaviconChangedEvent.Action Package Description com.atlassian.confluence.themes.events -
-
Uses of FaviconChangedEvent.Action in com.atlassian.confluence.themes.events
Methods in com.atlassian.confluence.themes.events that return FaviconChangedEvent.Action Modifier and Type Method Description @NonNull FaviconChangedEvent.ActionFaviconChangedEvent. getAction()static FaviconChangedEvent.ActionFaviconChangedEvent.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static FaviconChangedEvent.Action[]FaviconChangedEvent.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.themes.events with parameters of type FaviconChangedEvent.Action Constructor Description FaviconChangedEvent(Object src, @NonNull FaviconChangedEvent.Action action)
-