public class ServiceWatcherEvent<S>
extends java.lang.Object
ServiceWatcherEvent.EventType an can be
retrieved via eventType().| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceWatcherEvent.EventType
Contains the possible service watcher event types.
|
| Constructor and Description |
|---|
ServiceWatcherEvent(S service,
ServiceWatcherContext<S> context,
ServiceWatcherEvent.EventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
ServiceWatcherContext<S> |
context() |
ServiceWatcherEvent.EventType |
eventType() |
S |
service() |
java.lang.String |
toString() |
public ServiceWatcherEvent(S service, ServiceWatcherContext<S> context, ServiceWatcherEvent.EventType eventType)
public S service()
public ServiceWatcherContext<S> context()
public ServiceWatcherEvent.EventType eventType()
public java.lang.String toString()
toString in class java.lang.Object