|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationEvent | |
|---|---|
| org.gcube.common.ghn.service.events | |
| org.gcube.common.ghn.service.handlers | |
| Uses of ApplicationEvent in org.gcube.common.ghn.service.events |
|---|
| Subclasses of ApplicationEvent in org.gcube.common.ghn.service.events | |
|---|---|
class |
LifecycleEvent
An ApplicationEvent that occurs when the application starts or shuts down. |
static class |
LifecycleEvent.Start
An ApplicationEvent that occurs when the application starts. |
static class |
LifecycleEvent.Stop
An ApplicationEvent that occurs when the application stops. |
class |
RequestEvent
An ApplicationEvent that occurs when a request reaches a servlet of the application. |
class |
ResponseEvent
A ApplicationEvent that occurs when the application returns a response to a given request. |
| Uses of ApplicationEvent in org.gcube.common.ghn.service.handlers |
|---|
| Methods in org.gcube.common.ghn.service.handlers with parameters of type ApplicationEvent | |
|---|---|
void |
Pipeline.forward(ApplicationEvent<H> event)
Forwards an event through the pipeline. |
void |
LifecycleHandler.onEvent(ApplicationEvent<LifecycleHandler> e)
|
void |
RequestHandler.onEvent(ApplicationEvent<RequestHandler> e)
|
void |
ApplicationHandler.onEvent(ApplicationEvent<T> e)
Processes a given event. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||