oracle.cabo.ui.partial
Interface PartialTargetRenderListener
- public interface PartialTargetRenderListener
EventListener interface that is used to receive notifications when partial targets are rendered.
partialTargetRenderStarted
public void partialTargetRenderStarted(RenderingContext context,
PartialPageContext partialContext,
java.lang.String id)
- Notification that the partial target specified in the PartialTargetRenderEvent is about to be rendered.
-
- Parameters:
context
- The current RenderingContext
partialContext
- The PartialPageContext
id
- The ID of the partial target that is being rendered
partialTargetRenderEnded
public void partialTargetRenderEnded(RenderingContext context,
PartialPageContext partialContext,
java.lang.String id)
- Notification that the partial target specified in the PartialTargetRenderEvent has finished rendering
-
- Parameters:
context
- The current RenderingContext
partialContext
- The PartialPageContext
id
- The ID of the partial target that has been rendered