Extension SDK 10.1.2

oracle.ide.panels
Interface CommitNotifier

All Known Implementing Classes:
FSMWizard, oracle.jdevimpl.wizard.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

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


removeCommitListener

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


Extension SDK

 

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