|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
multitool.MultiTool
public class MultiTool
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
static java.lang.String |
ACTIVE_MODE
|
static java.lang.String |
IDLE_MODE
|
static java.lang.String |
SEND_MODE
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
MultiTool(java.awt.event.ActionListener listener)
Default Constructor this assusres now a order of different devices. |
|
| Method Summary | |
|---|---|
void |
addClient()
|
void |
executeGroupScript()
The only public method to execute commands from a external parent such as the CNS executes a command if it exists with the set of parameters |
void |
multiCommand(MultiClientEvent ccEvent)
|
void |
process(java.io.File f)
|
void |
run()
overriden from Thread |
void |
sendFiles()
Each file loaded like this is fed COMPLETE to the brain careful with this |
void |
showComm(java.lang.String m)
|
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String SEND_MODE
public static java.lang.String ACTIVE_MODE
public static java.lang.String IDLE_MODE
| Constructor Detail |
|---|
public MultiTool(java.awt.event.ActionListener listener)
| Method Detail |
|---|
public void multiCommand(MultiClientEvent ccEvent)
multiCommand in interface MultiClientListenerpublic void showComm(java.lang.String m)
m - public void addClient()
public void sendFiles()
commandFile - -
loads a command file to the CNSpublic void executeGroupScript()
comm - -
name of the commandargument - -
argument to the commandpublic void process(java.io.File f)
f - public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||