public interface ServiceEvent extends Event
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceEvent.Type
The type of this ServiceEvent
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperation()
Get the operation name
|
java.lang.String |
getService()
Get the service name
|
ServiceEvent.Type |
getType()
Get the type of this ServiceEvent
|
java.lang.String getService()
java.lang.String getOperation()
ServiceEvent.Type getType()