/*
* Created on Jun 27, 2005
*/
/**
* A simple process monitor implementation that prints the progress to console
*
* @author Evren Sirin
*
*/
public void executionStarted() {
}
public void executionFinished() {
}
}
}
}
}