public interface CommitNotifier
CommitNotifier
is capable of firing CommitEvent
s to registered CommitListener
s.Modifier and Type | Method and Description |
---|---|
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. |
void addCommitListener(CommitListener commitListener)
CommitListener
that will be called when the user applies or cancels changes.void removeCommitListener(CommitListener commitListener)
CommitListener
so that it no longer receives notification when the user applies or cancels changes.