org.crsh.telnet.term
Class TermEvent

java.lang.Object
  extended by org.crsh.telnet.term.TermEvent
Direct Known Subclasses:
TermEvent.Break, TermEvent.Close, TermEvent.Complete, TermEvent.ReadLine

public abstract class TermEvent
extends Object


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

TermEvent

private TermEvent()
Method Detail

complete

public static TermEvent.Complete complete(CharSequence line)

close

public static TermEvent.Close close()

readLine

public static TermEvent.ReadLine readLine(CharSequence line)

brk

public static TermEvent.Break brk()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 eXo Platform SAS. All Rights Reserved.