|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GUIListener
Interface for a gui listener. This interface can be used to modify the installer frame of IzPack.
| Field Summary | |
|---|---|
static int |
GUI_BLOCKED
Constant to indicate that method blockGUI has called |
static int |
GUI_BUILDED
Constant to indicate that method buildGUI has called |
static int |
GUI_RELEASED
Constant to indicate that method releaseGUI has called |
static int |
PANEL_SWITCHED
Constant to indicate that method switchPanel has called |
| Method Summary | |
|---|---|
void |
guiActionPerformed(int what,
java.lang.Object param)
This method will be called from the installer frame at end of the methods buildGUI, blockGUI, releaseGUI and switchPanel. |
| Field Detail |
|---|
static final int GUI_BUILDED
static final int GUI_BLOCKED
static final int GUI_RELEASED
static final int PANEL_SWITCHED
| Method Detail |
|---|
void guiActionPerformed(int what,
java.lang.Object param)
what - identifier for the calling methodparam -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||