public abstract class TermEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TermEvent.Break
Signals a control-break.
|
static class |
TermEvent.Close
Signals a control-break.
|
static class |
TermEvent.Complete
Signals the completion of a text line.
|
static class |
TermEvent.ReadLine
Signals a line was submitted for processing.
|
Modifier | Constructor and Description |
---|---|
private |
TermEvent() |
Modifier and Type | Method and Description |
---|---|
static TermEvent.Break |
brk() |
static TermEvent.Close |
close() |
static TermEvent.Complete |
complete(CharSequence line) |
static TermEvent.ReadLine |
readLine(CharSequence line) |
String |
toString() |
private TermEvent()
public static TermEvent.Complete complete(CharSequence line)
public static TermEvent.Close close()
public static TermEvent.ReadLine readLine(CharSequence line)
public static TermEvent.Break brk()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.