public class Commander extends Object implements RunnerListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHalted() |
static void |
main(String[] args) |
void |
startIndeterminate() |
void |
statusError(Exception exception) |
void |
statusError(String message) |
void |
statusHalt() |
void |
statusNotice(String message) |
void |
stopIndeterminate() |
public Commander(String[] args)
public static void main(String[] args)
public void statusNotice(String message)
statusNotice in interface RunnerListenerpublic void statusError(String message)
statusError in interface RunnerListenerpublic void statusError(Exception exception)
statusError in interface RunnerListenerpublic void startIndeterminate()
startIndeterminate in interface RunnerListenerpublic void stopIndeterminate()
stopIndeterminate in interface RunnerListenerpublic void statusHalt()
statusHalt in interface RunnerListenerpublic boolean isHalted()
isHalted in interface RunnerListenerCopyright © 2001–2017 Processing Foundation. All rights reserved.