|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TermEvent | |
|---|---|
| org.crsh.processor.term | |
| org.crsh.term | |
| org.crsh.term.console | |
| Uses of TermEvent in org.crsh.processor.term |
|---|
| Fields in org.crsh.processor.term with type parameters of type TermEvent | |
|---|---|
(package private) LinkedList<TermEvent> |
Processor.queue
. |
| Uses of TermEvent in org.crsh.term |
|---|
| Subclasses of TermEvent in org.crsh.term | |
|---|---|
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. |
| Methods in org.crsh.term that return TermEvent | |
|---|---|
TermEvent |
Term.read()
Read the next term event. |
| Uses of TermEvent in org.crsh.term.console |
|---|
| Methods in org.crsh.term.console that return TermEvent | |
|---|---|
TermEvent |
ConsoleTerm.read()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||