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