info.aduna.swing.config
Interface ConfigPanelListener


public interface ConfigPanelListener

ConfigPanelListeners are notified by a ConfigPanel when its current ConfigSheet changes or when its close button has been pressed.


Method Summary
 void closeRequested(ConfigPanel panel)
          Indicates that the close button of the specified ConfigPanel has been pressed and that the current settings all have been applied or can be forgotten.
 void configSheetSwitched(ConfigPanel panel)
          Indicates that the specified ConfigPanel has a new current ConfigSheet.
 

Method Detail

configSheetSwitched

void configSheetSwitched(ConfigPanel panel)
Indicates that the specified ConfigPanel has a new current ConfigSheet.


closeRequested

void closeRequested(ConfigPanel panel)
Indicates that the close button of the specified ConfigPanel has been pressed and that the current settings all have been applied or can be forgotten.



Copyright © 1997-2008 Aduna. All Rights Reserved.