public class OperatingSystemChangedEvent extends ApplicationEvent
Note: This event is delivered synchronously while the system is still starting. Handlers should be as fast as possible to prevent excessive startup delays. If an app can lazily detect and recover from an operating system migration, it's encouraged to not handle this event, or to use this event only to trigger asynchronous processing to allow startup to continue.
source
Constructor and Description |
---|
OperatingSystemChangedEvent(Object source,
OperatingSystem newValue,
OperatingSystem oldValue) |
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
getNewValue() |
OperatingSystem |
getOldValue() |
getDate, getUser
getSource, toString
public OperatingSystemChangedEvent(@Nonnull Object source, @Nonnull OperatingSystem newValue, @Nonnull OperatingSystem oldValue)
@Nonnull public OperatingSystem getNewValue()
@Nonnull public OperatingSystem getOldValue()
Copyright © 2022 Atlassian. All rights reserved.