public class LiveGfx
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
LiveGfx.Listener |
Constructor and Description |
---|
LiveGfx(LiveGfx.Listener listener) |
Modifier and Type | Method and Description |
---|---|
boolean |
handleLine(java.lang.String s)
Parse line.
|
public LiveGfx(LiveGfx.Listener listener)
public boolean handleLine(java.lang.String s)
s
- The line received from standard error (may or may not be
a live gfx line).