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.


Method Summary
 void contextDestroy(IPortalComponentContext aContext)
          the contextDestroy method is called when a Portal Component is discarded from a Context.
 void contextInit(IPortalComponentContext aContext)
          The contextInit method is called when a Portal Component runs for the first time under a Context.
 

Method Detail

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.