public final class ApplicationUndefinedEvent extends ApplicationEvent
Application is removed from the host application. An
application will generally become undefined when the plugins that make up an application are uninstalled.| Constructor and Description |
|---|
ApplicationUndefinedEvent(ApplicationKey key)
Create a new event for the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
equals, getKey, hashCodepublic ApplicationUndefinedEvent(ApplicationKey key)
key - the key of the application.Copyright © 2018 Atlassian. All rights reserved.