|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.term.TermEvent
org.crsh.term.TermEvent.Complete
public static class TermEvent.Complete
Signals the completion of a text line.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.crsh.term.TermEvent |
|---|
TermEvent.Break, TermEvent.Close, TermEvent.Complete, TermEvent.ReadLine |
| Field Summary | |
|---|---|
private CharSequence |
line
The line to be completed. |
| Constructor Summary | |
|---|---|
private |
TermEvent.Complete(CharSequence line)
|
| Method Summary | |
|---|---|
CharSequence |
getLine()
|
String |
toString()
|
| Methods inherited from class org.crsh.term.TermEvent |
|---|
brk, close, complete, readLine |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private CharSequence line
| Constructor Detail |
|---|
private TermEvent.Complete(CharSequence line)
| Method Detail |
|---|
public CharSequence getLine()
public String toString()
toString in class TermEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||