public class DomainStartupEvent extends EventObject
ServiceDomain is starting.source| Constructor and Description |
|---|
DomainStartupEvent(ServiceDomain source)
Creates a new event object.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDomain |
getDomain()
Gets domain associated with event.
|
getSource, toStringpublic DomainStartupEvent(ServiceDomain source)
source - Domain which just started.public ServiceDomain getDomain()
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.