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, toStringpublic ServiceRegistrationEvent(Service service)
service - the service that was registeredpublic Service getService()
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.