@Audited @TransactionAware public abstract class

SshKeyEvent

extends ApplicationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.ssh.event.SshKeyEvent
Known Direct Subclasses

Class Overview

Common base for all SSH key events.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Protected Constructors
SshKeyEvent(Object source, SshKey key)
Public Methods
@Nonnull SshKey getKey()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Protected Constructors

protected SshKeyEvent (Object source, SshKey key)

Public Methods

@Nonnull public SshKey getKey ()