public final class Processor extends Object implements Runnable, ScreenContext
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(Closeable listener) |
Appendable |
append(char c) |
Appendable |
append(CharSequence s) |
Appendable |
append(CharSequence csq,
int start,
int end) |
Screenable |
append(Style style) |
Screenable |
cls() |
void |
flush() |
int |
getHeight() |
int |
getWidth() |
boolean |
isWaitingEvent() |
void |
run() |
public boolean isWaitingEvent()
public void addListener(Closeable listener)
public int getWidth()
getWidth in interface ScreenContextpublic int getHeight()
getHeight in interface ScreenContextpublic Appendable append(char c) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(CharSequence s) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(CharSequence csq, int start, int end) throws IOException
append in interface AppendableIOExceptionpublic Screenable append(Style style) throws IOException
append in interface ScreenableIOExceptionpublic Screenable cls() throws IOException
cls in interface ScreenableIOExceptionpublic void flush()
throws IOException
flush in interface ScreenContextIOExceptionCopyright © 2015 eXo Platform SAS. All Rights Reserved.