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