Hi, I have a simple GRAM Client in Java. It implements the GramJobListener interface, so that in interactive mode, with the callback function "stateChanged", i can cacth the changes in the state of the GramJob, and destroy the job when it's "done".
But i would like to do exactly the same in batch mode. I mean, launching my batch mode, and getting the output/destroying the job when it's "done". Can we use that "stateChanged" callback too? Is there another way to do that? Cheers, Francois.
