public static class CommonEvents.Response extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FULL_RESPONSE_DESCRIPTOR
Event for maximum response.
|
static String |
MAJOR_RESPONSE_DESCRIPTOR
Event for major response.
|
static String |
MINOR_RESPONSE_DESCRIPTOR
Event for a Welcome with minor response.
|
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<EventListener> |
fullResponseListener(Identifiable identifiable)
Event for maximum response.
|
static Optional<EventListener> |
majorResponseListener(Identifiable identifiable)
Event for major response.
|
static Optional<EventListener> |
minorResponseListener(Identifiable identifiable)
Event for a Welcome with minor response.
|
public static final String FULL_RESPONSE_DESCRIPTOR
public static final String MAJOR_RESPONSE_DESCRIPTOR
public static final String MINOR_RESPONSE_DESCRIPTOR
public Response()
public static Optional<EventListener> fullResponseListener(Identifiable identifiable)
identifiable - the identifiable ot associate the EventListener withpublic static Optional<EventListener> majorResponseListener(Identifiable identifiable)
identifiable - the identifiable ot associate the EventListener withpublic static Optional<EventListener> minorResponseListener(Identifiable identifiable)
identifiable - the identifiable ot associate the EventListener withCopyright © 2016. All rights reserved.