public class AddonInstalledEvent
extends org.springframework.context.ApplicationEvent
source| Constructor and Description |
|---|
AddonInstalledEvent(Object source,
AtlassianHost host)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
AtlassianHost |
getHost()
Returns the host for which the event occurred.
|
getSource, toStringpublic AddonInstalledEvent(Object source, AtlassianHost host)
source - the object on which the event initially occurred (never null)host - the host for which the event occurredpublic AtlassianHost getHost()
Copyright © 2016 Atlassian. All rights reserved.