bibliothek.gui.dock.common.intern
Interface CDockFrontendListener


public interface CDockFrontendListener

A listener that is added to a CDockFrontend.

Author:
Benjamin Sigg

Method Summary
 void loaded(CDockFrontend frontend, CSetting setting)
          Informs that frontend did load setting.
 void loading(CDockFrontend frontend, CSetting setting)
          Informs that frontend is about to load setting.
 

Method Detail

loading

void loading(CDockFrontend frontend,
             CSetting setting)
Informs that frontend is about to load setting.

Parameters:
frontend - the caller of this method
setting - the setting that will be loaded

loaded

void loaded(CDockFrontend frontend,
            CSetting setting)
Informs that frontend did load setting.

Parameters:
frontend - the caller of this method
setting - the setting that was loaded