Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.bindings.events
Interface PhaseListener

All Known Implementing Classes:
BindingContainerImpl

public interface PhaseListener


Field Summary
static int PHASE_ONSHOW
           
static int PHASE_POSTRESPONSE
           
static int PHASE_PREREQUEST
           
 
Method Summary
 void onShow()
          Occurs each time a screen is shown
 void postResponse()
           
 void preRequest()
           
 

Field Detail

PHASE_ONSHOW

static final int PHASE_ONSHOW
See Also:
Constant Field Values

PHASE_PREREQUEST

static final int PHASE_PREREQUEST
See Also:
Constant Field Values

PHASE_POSTRESPONSE

static final int PHASE_POSTRESPONSE
See Also:
Constant Field Values
Method Detail

onShow

void onShow()
Occurs each time a screen is shown


preRequest

void preRequest()

postResponse

void postResponse()

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.