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, toString
public DomainStartupEvent(ServiceDomain source)
source
- Domain which just started.public ServiceDomain getDomain()
Copyright © 2013–2020 JBoss by Red Hat. All rights reserved.