Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.panels
Interface CommitNotifier

All Known Implementing Classes:
FSMWizard, GenericWizardLauncher, WizardCallbacks

public interface CommitNotifier

An object that implements CommitNotifier is capable of firing CommitEvents to registered CommitListeners.


Method Summary
 void addCommitListener(CommitListener commitListener)
          Adds an CommitListener that will be called when the user applies or cancels changes.
 void removeCommitListener(CommitListener commitListener)
          Removes a previously added CommitListener so that it no longer receives notification when the user applies or cancels changes.

 

Method Detail

addCommitListener

void addCommitListener(CommitListener commitListener)
Adds an CommitListener that will be called when the user applies or cancels changes.

removeCommitListener

void removeCommitListener(CommitListener commitListener)
Removes a previously added CommitListener so that it no longer receives notification when the user applies or cancels changes.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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