public interface ApplyNotifier
ApplyNotifier is capable
of firing ApplyEvents to registered ApplyListeners.| Modifier and Type | Method and Description |
|---|---|
void |
addApplyListener(ApplyListener applyListener)
Adds an
ApplyListener that will be called when the
user applies or cancels changes. |
void |
removeApplyListener(ApplyListener applyListener)
Removes a previously added
ApplyListener so that it
no longer receives notification when the user applies or cancels
changes. |
void addApplyListener(ApplyListener applyListener)
ApplyListener that will be called when the
user applies or cancels changes.void removeApplyListener(ApplyListener applyListener)
ApplyListener so that it
no longer receives notification when the user applies or cancels
changes.