de.uni_paderborn.fujaba.basic
Interface ProcessListener

All Known Implementing Classes:
EditTextAction

public interface ProcessListener

This Interface offers a method which is called when the Process has been finished.

Version:
$Revision: 1.7 $
Author:
$Author: schneider $

Method Summary
 void processFinished(ProcessEvent event)
          The method is called when the process has been finished.
 

Method Detail

processFinished

public void processFinished(ProcessEvent event)
The method is called when the process has been finished.

Parameters:
event - Information about the Process.