oracle.ide.panels
Interface CommitNotifier
- All Known Subinterfaces:
- WizardCallbacks
- All Known Implementing Classes:
- FSMWizard
- public interface CommitNotifier
An object that implements CommitNotifier
is capable
of firing CommitEvent
s to registered CommitListener
s.
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.