public abstract class AbstractServiceInstanceEvent extends ApplicationEvent
source| Constructor and Description | 
|---|
| AbstractServiceInstanceEvent(ServiceInstance source)Constructs a prototypical Event. | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceInstance | getSource() | 
toStringpublic AbstractServiceInstanceEvent(ServiceInstance source)
source - The object on which the Event initially occurred.IllegalArgumentException - if source is null.public ServiceInstance getSource()
getSource in class EventObject