public class ServiceRegistrationEvent extends EventObject
source
Constructor and Description |
---|
ServiceRegistrationEvent(Service service)
Create a new ServiceRegistrationEvent.
|
Modifier and Type | Method and Description |
---|---|
Service |
getService()
Get the registered service associated with this event.
|
getSource, toString
public ServiceRegistrationEvent(Service service)
service
- the service that was registeredpublic Service getService()
Copyright © 2013–2019 JBoss by Red Hat. All rights reserved.