| Package | Description |
|---|---|
| org.gcube.smartgears.handlers.application |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationLifecycleEvent
An
ApplicationEvent that occurs when the application starts or stops. |
static class |
ApplicationLifecycleEvent.Start
An
ApplicationEvent that occurs when the application starts. |
static class |
ApplicationLifecycleEvent.Stop
An
ApplicationEvent that occurs when the application stops. |
class |
RequestEvent
An
ApplicationEvent that occurs when an application receives a request. |
class |
ResponseEvent
A
ApplicationEvent that occurs when the application returns a response to a given request. |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationLifecycleHandler.onEvent(ApplicationEvent<ApplicationLifecycleHandler> e) |
void |
RequestHandler.onEvent(ApplicationEvent<RequestHandler> e) |
Copyright © 2015. All Rights Reserved.