org.crsh.term
Class TermEvent

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

public class TermEvent
extends Object

An event emitted by a term.

Version:
$Revision$
Author:
Julien Viet

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
TermEvent()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TermEvent

public TermEvent()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 eXo Platform SAS. All Rights Reserved.