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