public final class Events extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<EventType,Method> |
getEventMap(Class<?> serviceInterface)
Returns the collection of events provided by the given service interface.
|
static Map<Method,EventType> |
getMethodMap(Class<?> serviceInterface)
Returns the collection of events provided by the given service interface.
|
Copyright © 2013–2018. All rights reserved.