org.gnu.gnomevte.event
Class CommitEvent.Type

java.lang.Object
  extended by org.gnu.glib.EventType
      extended by org.gnu.gnomevte.event.CommitEvent.Type
Enclosing class:
CommitEvent

public static class CommitEvent.Type
extends org.gnu.glib.EventType

Type of a TerminalCommitEvent.


Field Summary
static CommitEvent.Type COMMIT
          Emitted whenever the terminal receives input from the user and prepares to send it to the child process.
 
Method Summary
 
Methods inherited from class org.gnu.glib.EventType
getID, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMIT

public static final CommitEvent.Type COMMIT
Emitted whenever the terminal receives input from the user and prepares to send it to the child process. The event is emitted even when there is no child process. This event is fired every time a key is pressed or text is pasted into the Terminal.