The im4java Library, Version 1.4.0

org.im4java.process
Interface ProcessListener


Deprecated. This interface has been superseeded by ProcessEventListener

public interface ProcessListener

This interface defines methods for a ProcessListener.

Since:
0.96
Version:
$Revision: 1.5 $
Author:
$Author: bablokb $

Method Summary
 void processStarted(java.lang.Process pProcess)
          Deprecated. This method is called at process startup.
 void processTerminated(ProcessEvent pEvent)
          Deprecated. This method is called at normal or abnormal process termination.
 

Method Detail

processStarted

void processStarted(java.lang.Process pProcess)
Deprecated. 
This method is called at process startup.


processTerminated

void processTerminated(ProcessEvent pEvent)
Deprecated. 
This method is called at normal or abnormal process termination.


The im4java Library, Version 1.4.0

Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/