frysk.proc
Interface FindProc


public interface FindProc

Interface to be used with Host.requestFindProc.


Method Summary
 void procFound(Proc proc)
          The process was successfully found and added to the Host's list of processes.
 void procNotFound(int pid)
          The process with the given ID was not found.
 

Method Detail

procFound

void procFound(Proc proc)
The process was successfully found and added to the Host's list of processes.

Parameters:
proc - the Proc that was found.

procNotFound

void procNotFound(int pid)
The process with the given ID was not found.

Parameters:
procId - the procId that was not found.