Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.2.0)
E17488-03


oracle.adf.view.rich.context
Interface SuspendCallback


public interface SuspendCallback

Interface to use with ApplicationContextManager.suspendContext(FacesContext, SuspendCallback) to determine the extend of context suspension.


Nested Class Summary
static class SuspendCallback.SuspendResult
           

 

Method Summary
 SuspendCallback.SuspendResult suspendChange(ApplicationContextChange contextChange)
          Called per context change to be suspended.

 

Method Detail

suspendChange

SuspendCallback.SuspendResult suspendChange(ApplicationContextChange contextChange)
Called per context change to be suspended.
Parameters:
contextChange - the context change to consider suspending
Returns:
enumeration controlling if suspension should continue or halt

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.2.0)
E17488-03


Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.