|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventRequest | |
|---|---|
| com.gentics.api.portalnode.plugin | Package for specific plugin implementations. |
| com.gentics.api.portalnode.portlet | Package for the Gentics® specific Portlet implementations and enhancements. |
| Uses of EventRequest in com.gentics.api.portalnode.plugin |
|---|
| Methods in com.gentics.api.portalnode.plugin with parameters of type EventRequest | |
|---|---|
void |
GenticsPluginServer.onPluginEvent(EventRequest eventRequest,
EventResponse eventResponse)
onPluginEvent will be called everytime a plugin triggers an event |
void |
AbstractGenticsPlugin.onPluginEvent(EventRequest eventRequest,
EventResponse eventResponse)
|
| Uses of EventRequest in com.gentics.api.portalnode.portlet |
|---|
| Methods in com.gentics.api.portalnode.portlet with parameters of type EventRequest | |
|---|---|
protected void |
AbstractGenticsPortlet.handlePortalEvent(EventRequest request,
EventResponse response)
event handler method that can be overwritten by classes extending AbstractGenticsPortlet. |
void |
AbstractGenticsPortlet.onPluginEvent(EventRequest eventRequest,
EventResponse eventResponse)
is called whenever a plugin is performing an event |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||