org.jppf.process.event
Interface ProcessWrapperEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
CommandLineTask, ProcessLauncher

public interface ProcessWrapperEventListener
extends EventListener

Listener interface for receiving veent notifications from a process wrapper.

Author:
Laurent Cohen

Method Summary
 void errorStreamAltered(ProcessWrapperEvent event)
          Notification that the process has written to its error stream.
 void outputStreamAltered(ProcessWrapperEvent event)
          Notification that the process has written to its output stream.
 

Method Detail

outputStreamAltered

void outputStreamAltered(ProcessWrapperEvent event)
Notification that the process has written to its output stream.

Parameters:
event - encapsulate the output stream's content.

errorStreamAltered

void errorStreamAltered(ProcessWrapperEvent event)
Notification that the process has written to its error stream.

Parameters:
event - encapsulate the error stream's content.


Copyright © 2005-2010 JPPF Team.