com.izforge.izpack.util
Interface ExtendedUIProgressHandler

All Known Implementing Classes:
ExtendedInstallPanel

public interface ExtendedUIProgressHandler

This interface allowes an extended interaction with a user interface handler.

Author:
Klaus Bartz

Field Summary
static int AFTER
           
static int BEFORE
           
 
Method Summary
 void progress(java.lang.String stepMessage)
          Notify of progress with automatic counting.
 void restartAction(java.lang.String name, java.lang.String overallMsg, java.lang.String tipMsg, int no_of_steps)
          The action restarts.
 

Field Detail

BEFORE

public static final int BEFORE
See Also:
Constant Field Values

AFTER

public static final int AFTER
See Also:
Constant Field Values
Method Detail

restartAction

public void restartAction(java.lang.String name,
                          java.lang.String overallMsg,
                          java.lang.String tipMsg,
                          int no_of_steps)
The action restarts.

Parameters:
name - The name of the action.
overallMsg - message to be used in the overall label.
tipMsg - message to be used in the tip label.
no_of_steps - The number of steps the action consists of.

progress

public void progress(java.lang.String stepMessage)
Notify of progress with automatic counting.

Parameters:
stepMessage - an additional message describing the substep the type of the substep