org.gnu.gnomevte.event

Class CommitEvent.Type

public static class CommitEvent.Type extends EventType

Type of a TerminalCommitEvent.
Field Summary
static CommitEvent.TypeCOMMIT
Emitted whenever the terminal receives input from the user and prepares to send it to the child process.

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.