public class ServiceReadyEvent extends AbstractServiceInstanceEvent
Constructor and Description |
---|
ServiceReadyEvent(ServiceInstance source)
Constructs a prototypical Event.
|
getSource
public ServiceReadyEvent(ServiceInstance source)
source
- The object on which the Event initially occurred.java.lang.IllegalArgumentException
- if source is null.