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

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

Methods in com.gentics.api.portalnode.plugin with parameters of type EventResponse
 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 EventResponse in com.gentics.api.portalnode.portlet
 

Methods in com.gentics.api.portalnode.portlet with parameters of type EventResponse
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
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.