|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionEvent | |
---|---|
com.gentics.api.portalnode.action | Package for the implementation of Pluggable Actions. |
com.gentics.api.portalnode.event | Package for classes and interfaces related to the event handling mechanism of Gentics® Portal.Node®. |
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 ActionEvent in com.gentics.api.portalnode.action |
---|
Methods in com.gentics.api.portalnode.action with parameters of type ActionEvent | |
---|---|
void |
PluggableActionContext.triggerEvent(ActionEvent event)
trigger an action event |
Uses of ActionEvent in com.gentics.api.portalnode.event |
---|
Methods in com.gentics.api.portalnode.event that return ActionEvent | |
---|---|
ActionEvent |
EventBroker.createActionEvent(String actionCommand)
Create an action event |
ActionEvent |
ActionEvent.getEmbeddedEvent()
Get the embedded event |
ActionEvent |
EventRequest.getEvent()
Get the event of the request |
Methods in com.gentics.api.portalnode.event with parameters of type ActionEvent | |
---|---|
void |
EventBroker.distributeEvent(ActionEvent e,
String eventPath)
Distribute events to registered event handlers. |
void |
EventHandler.handleEvent(ActionEvent e)
Method to handle the given actionevent |
void |
ActionEvent.setEmbeddedEvent(ActionEvent evt)
Set the embedded event |
Uses of ActionEvent in com.gentics.api.portalnode.plugin |
---|
Methods in com.gentics.api.portalnode.plugin with parameters of type ActionEvent | |
---|---|
void |
AbstractGenticsPlugin.handleEvent(ActionEvent e)
|
protected void |
AbstractGenticsPlugin.triggerPluginEvent(ActionEvent e)
Trigger a plugin event using the event broker |
Uses of ActionEvent in com.gentics.api.portalnode.portlet |
---|
Methods in com.gentics.api.portalnode.portlet with parameters of type ActionEvent | |
---|---|
void |
AbstractGenticsPortlet.handleEvent(ActionEvent e)
handle an event this module listenes at |
protected void |
AbstractGenticsPortlet.onParameterChanged(String parameterName,
ActionEvent e)
onParameterChanged() is called, whenever one of the paramters defined in the module-description's parameter section changes. |
protected void |
AbstractGenticsPortlet.triggerEvent(javax.portlet.PortletRequest request,
ActionEvent e)
convenience method to trigger a module event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |