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