org.gnu.gnomevte.event
Interface CommitListener


public interface CommitListener

Listener for the Terminal widget that deals exclusively with CommitEvent.


Method Summary
 void committed(CommitEvent event)
          This method is called whenever a Terminal widget fires a commit event.
 

Method Detail

committed

void committed(CommitEvent event)
This method is called whenever a Terminal widget fires a commit event.

Parameters:
event - the event that is fired.