org.gnu.gnomevte.event

Interface CommitListener

public interface CommitListener

Listener for the {@link org.gnu.gnomevte.Terminal} widget that deals exclusively with {@link org.gnu.gnomevte.event.CommitEvent}.
Method Summary
voidcommitted(CommitEvent event)
This method is called whenever a {@link org.gnu.gnomevte.Terminal} widget fires a commit event.

Method Detail

committed

public void committed(CommitEvent event)
This method is called whenever a {@link org.gnu.gnomevte.Terminal} widget fires a commit event.

Parameters: event the event that is fired.