Uses of Interface
com.sapportals.portal.prt.event.IPortalComponentEvent

Packages that use IPortalComponentEvent
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.pom   
 

Uses of IPortalComponentEvent in com.sapportals.portal.prt.component
 

Methods in com.sapportals.portal.prt.component that return IPortalComponentEvent
 IPortalComponentEvent IPortalComponentContext.createComponentEvent(IPortalComponentRequest aRequest, java.lang.String nameSpace, java.lang.String eventName)
          Deprecated. Do not use anymore
 

Methods in com.sapportals.portal.prt.component with parameters of type IPortalComponentEvent
protected  void AbstractPortalComponent.doComponentEvent(IPortalComponentRequest aRequest, IPortalComponentEvent event)
          Handles a server side component event.
 void IPortalComponentContext.fireEvent(IPortalComponentEvent componentEvent, IPortalComponentRequest request)
          Deprecated. Do not use anymore
 

Uses of IPortalComponentEvent in com.sapportals.portal.prt.pom
 

Methods in com.sapportals.portal.prt.pom that return IPortalComponentEvent
 IPortalComponentEvent IPortalNode.createPortalComponentEvent(java.lang.String name)
          Creates a portal component event.
 

Methods in com.sapportals.portal.prt.pom with parameters of type IPortalComponentEvent
abstract  boolean AbstractComponentEventFilter.accept(IPortalComponentEvent event)
          Must be defined by subclasses to accept or not events