com.sapportals.portal.prt.component
Interface IPortalComponentContextListener
- public interface IPortalComponentContextListener
The IPortalComponentContextListener interface enables components to be notified
of creation and destruction of a Portal Component context.
contextInit
public void contextInit(IPortalComponentContext aContext)
- The contextInit method is called when a Portal Component runs for the first
time under a Context.
- Parameters:
aContext - The context in which the Component is executed.
contextDestroy
public void contextDestroy(IPortalComponentContext aContext)
- the contextDestroy method is called when a Portal Component is discarded from a
Context.
- Parameters:
aContext - The context in which this Portal Component is
executed.