public class ExAsyncClientCommand extends ClientCommand<ClientContext>
| Constructor and Description |
|---|
ExAsyncClientCommand(SessionId fromSessId,
SessionId toSessId) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeAsync()
This method is called by the clients
ClientCommandTask. |
cancel, checkCancelled, executeSyncFinally, getArgument, getClientContext, getCommandId, getFromSession, getLogChannel, getName, getRenderColor, getRenderIcon, getRenderText, getServerContext, getTargetSession, getTargetUsers, hasFromSession, hasTargetSession, hasTargetUser, isCoClient, isGuiClient, isLogDebug, isLogVerbose, isSkipSender, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setArgument, setcancelled, setClientContext, setFromSession, setLogChannel, setName, setSkipSender, setTargetSession, setTargetUser, setTargetUsers, sleepChecked, toDumpString, toString, wasCancelledclone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic void executeAsync()
ClientCommandClientCommandTask. You must NOT perform
any GUI updates within this method. The default implementation is empty.executeAsync in class ClientCommand<ClientContext>Copyright © 2014 EsprIT-Systems. All Rights Reserved.