Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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

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

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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