Package bibliothek.gui.dock.facile.mode
Interface LocationModeListener
public interface LocationModeListener
A listener added to a
LocationMode. The listener gets informed
if the apply
method is called.- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyDone(LocationModeEvent event) Called by aLocationModeafter theapplymethod has done its work.voidapplyStarting(LocationModeEvent event) Called by aLocationModeright before theapplymethod starts.
-
Method Details
-
applyStarting
Called by aLocationModeright before theapplymethod starts.- Parameters:
event- detailed information about the event
-
applyDone
Called by aLocationModeafter theapplymethod has done its work.- Parameters:
event- detailed information about the event
-