org.globus.exec.client
Interface GramJobListener

All Known Implementing Classes:
GlobusRun

public interface GramJobListener

This interface is used to allow client-side objects to listen for status changes of GramJob objects.


Method Summary
 void stateChanged(GramJob job)
          This method is used to notify the implementer when the status of a GramJob has changed.
 

Method Detail

stateChanged

void stateChanged(GramJob job)
This method is used to notify the implementer when the status of a GramJob has changed.

Parameters:
job - The GramJob whose status has changed.