Uses of Interface
com.gentics.api.portalnode.event.EventHandler

Packages that use EventHandler
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 EventHandler in com.gentics.api.portalnode.event
 

Methods in com.gentics.api.portalnode.event with parameters of type EventHandler
 void EventBroker.addListener(EventHandler handler, java.lang.String eventPath)
          Add an event handler for the given event path
 void EventBroker.addListener(EventHandler handler, java.lang.String eventPath, boolean withPriority)
          Add an event handler for the given event path
 void EventBroker.addListener(EventHandler handler, java.lang.String eventPath, java.lang.String Action)
          Add an event handler for the given event path and action
 void EventBroker.addListener(EventHandler handler, java.lang.String eventPath, java.lang.String Action, boolean withPriority)
          Add an event handler for the given event path and action
 void EventBroker.removeListener(EventHandler handler, java.lang.String eventPath)
          Remove an event handler
 void EventBroker.removeListener(EventHandler handler, java.lang.String eventPath, java.lang.String Action)
          Remove an event handler
 

Uses of EventHandler in com.gentics.api.portalnode.plugin
 

Subinterfaces of EventHandler in com.gentics.api.portalnode.plugin
 interface GenticsPlugin
          The GenticsPlugin defines the API of plugins.
 

Classes in com.gentics.api.portalnode.plugin that implement EventHandler
 class AbstractGenticsPlugin
          Abstract class that provides a default implementation of the most important plugin methods and should be used as base class for creating new plugins
 class ViewPlugin
          Views plugin to manage multiple views (forms)
 

Methods in com.gentics.api.portalnode.plugin with parameters of type EventHandler
 void AbstractGenticsPlugin.addEventListener(EventHandler handler, java.lang.String eventPath)
          Add the given event handler as listener for the given event path
 

Uses of EventHandler in com.gentics.api.portalnode.portlet
 

Subinterfaces of EventHandler in com.gentics.api.portalnode.portlet
 interface GenticsPortlet
          The Module Interface enhances the JSR 168 defined Standard Portlet by adding Methods and interfaces needed for best efficent use within Gentics Portal.Node
 

Classes in com.gentics.api.portalnode.portlet that implement EventHandler
 class AbstractGenticsPortlet
          AbstractGenticsPortlet is the base class for all gentics portlets.
 

Methods in com.gentics.api.portalnode.portlet with parameters of type EventHandler
protected  void AbstractGenticsPortlet.addPluginListener(java.lang.String pluginId, EventHandler handler, java.lang.String actionCommand)
          adds an event handler to the plugin with the given id
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.