Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

oracle.jbo.uicli.binding
Interface JUTransactionStateListener

All Superinterfaces:
DCTransactionStateListener
All Known Implementing Classes:
JUNavigationBar, JUStatusBar

public interface JUTransactionStateListener
extends DCTransactionStateListener

Implemented by controls/classes that need to react to a change in a BC4J transaction's state. Typically, controls like status bar and navigation bar need to update their display with a dirty flag/button that indicates whether the ensuing transaction is clean or not. Those classes can implement this interface and add themselves to the JUApplication's transaction state listener's list so that they get notified of the change.

See Also:
JUNavigationBar, JUApplication

Method Summary
 
Methods inherited from interface oracle.adf.model.binding.DCTransactionStateListener
release, transactionStateChanged
 


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

Copyright © 1997, 2013, Oracle. All rights reserved.