Package docking.options.editor
Interface OptionsEditorListener
-
public interface OptionsEditorListener
Listener that is notified when the "apply" button is hit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beforeChangesApplied()
Notification that changes are about to be applied.void
changesApplied()
Notification that the apply button was hit.
-