org.yasl.jars
Interface DynamicJarLoaderStatus

All Known Implementing Classes:
JarInspProgressThread

public interface DynamicJarLoaderStatus

Version:
1.0
Author:
Jeff Chapman

Field Summary
static int MSSGID_FINDINGCLASSES
           
static int MSSGID_FINDINGJARFILES
           
static int MSSGID_FINDINGRESOURCES
           
static int MSSGID_LOADINGCLASSES
           
 
Method Summary
 void jarLoadStatus(int mssgId, String mssg)
          Records the status of the jar loading process for display to user.
 

Field Detail

MSSGID_FINDINGJARFILES

public static final int MSSGID_FINDINGJARFILES
See Also:
Constant Field Values

MSSGID_FINDINGCLASSES

public static final int MSSGID_FINDINGCLASSES
See Also:
Constant Field Values

MSSGID_LOADINGCLASSES

public static final int MSSGID_LOADINGCLASSES
See Also:
Constant Field Values

MSSGID_FINDINGRESOURCES

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

jarLoadStatus

public void jarLoadStatus(int mssgId,
                          String mssg)
Records the status of the jar loading process for display to user. The implementing class will handle creating the message to display to the user.

The mssgId integer refers to one of the MSSGID constants.

The mssg String value depends on the particular MSSGID: MSSGID_FINDINGJARFILES = jar file name MSSGID_FINDINGCLASSES = jar file name MSSGID_FINDINGRESOURCES = jar file name MSSGID_LOADINGCLASSES = class name

Parameters:
mssgId - int
mssg - String