public class AppLoader extends RemoteAppLoader implements EventListener
applicationName, hostName, hostPort, PROGRESS_LOADED_EVE_OR_ZIP, PROGRESS_LOADED_STARTING_CLASS, PROGRESS_LOADING_EVE_OR_ZIP, PROGRESS_LOADING_STARTING_CLASS
Modifier and Type | Method and Description |
---|---|
Editor |
getEditor(int options) |
protected void |
loaderProgress(int progress,
Handle h) |
static void |
main(String[] args) |
void |
onEvent(Event ev) |
boolean |
runClient(boolean saveConfig,
boolean showException) |
boolean |
runLoader(boolean saveConfig)
Open a dialog box and run the client if selected by the user.
|
protected String |
selectApplication(String[] availableApps) |
getClassLoader, runClient, runIt, runIt
decode, decoded, decoded, decodeFields, decodeFields, encode, encoded, encoded, encodeFields, encodeFields, textDecode, textEncode
_getFieldType, _getSetField, cache, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNew
public AppLoader(String configName)
protected String selectApplication(String[] availableApps)
selectApplication
in class RemoteAppLoader
public void onEvent(Event ev)
public Editor getEditor(int options)
protected void loaderProgress(int progress, Handle h)
loaderProgress
in class RemoteAppLoader
public boolean runClient(boolean saveConfig, boolean showException) throws Exception
Exception
public boolean runLoader(boolean saveConfig) throws Exception
saveConfig
- true to save the config info.Exception
- if an error occurs during execution of the app.public static void main(String[] args)