com.izforge.izpack.installer.gui
Interface IzPanelsListener


public interface IzPanelsListener

Listener for IzPanels events.

Author:
Tim Anderson

Method Summary
 void switchPanel(IzPanelView newPanel, IzPanelView oldPanel)
          Invoked to switch panels.
 

Method Detail

switchPanel

void switchPanel(IzPanelView newPanel,
                 IzPanelView oldPanel)
Invoked to switch panels.

Parameters:
newPanel - the panel to switch to
oldPanel - the panel to switch from, or null if there was no prior panel


Copyright © 2018. All rights reserved.