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
 void applyDone(LocationModeEvent event)
          Called by a LocationMode after the apply method has done its work.
 void applyStarting(LocationModeEvent event)
          Called by a LocationMode right before the apply method starts.
 

Method Detail

applyStarting

void applyStarting(LocationModeEvent event)
Called by a LocationMode right before the apply method starts.

Parameters:
event - detailed information about the event

applyDone

void applyDone(LocationModeEvent event)
Called by a LocationMode after the apply method has done its work.

Parameters:
event - detailed information about the event