Class ApplicationEvent

java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractAuthenticationEvent, AbstractInstanceMigrationEvent, AbstractMeshNodeEvent, AbstractRepositoryMirrorEvent, ApplicationConfigurationChangedEvent, AttachmentEvent, BackupEvent, DiffSuccessfulEvent, DisasterRecoveryTriggeredEvent, GroupCleanupEvent, HookScriptEvent, LicenseChangedEvent, MaintenanceEvent, MigrationEvent, OperatingSystemChangedEvent, PermissionEvent, ProjectEvent, PullRequestEvent, RepositoryBuildStatusDeletedEvent, RepositoryBuildStatusSetEvent, RepositoryEvent, RepositoryHookEvent, UserAttributeChangedEvent, UserCleanupEvent, UserErasedEvent, WatcherEvent

public abstract class ApplicationEvent extends EventObject
Base event class for all application events.
See Also:
  • Constructor Details

    • ApplicationEvent

      protected ApplicationEvent(@Nonnull Object source)
  • Method Details

    • getDate

      @Nonnull public final Date getDate()
    • getUser

      @Nullable public final ApplicationUser getUser()