|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.term.TermEvent
public abstract class TermEvent
Nested Class Summary | |
---|---|
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. |
Constructor Summary | |
---|---|
private |
TermEvent() |
Method Summary | |
---|---|
static TermEvent.Break |
brk() |
static TermEvent.Close |
close() |
static TermEvent.Complete |
complete(CharSequence line) |
static TermEvent.ReadLine |
readLine(CharSequence line) |
String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
private TermEvent()
Method Detail |
---|
public static TermEvent.Complete complete(CharSequence line)
public static TermEvent.Close close()
public static TermEvent.ReadLine readLine(CharSequence line)
public static TermEvent.Break brk()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |