|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SimulationJob.PostAction
Interface permettant d'implanter des actions a faire apres la simulation. Ces actions ne se declenchent pas pour les job de plan d'analyse pere.
| Method Summary | |
|---|---|
void |
exception(SimulationJob job,
Throwable eee)
Appeler lorsque la simulation a echoué. |
void |
finished(SimulationJob job,
SimulationStorage sim)
Appelé lorsque la simulation s'arrete normalement. |
| Method Detail |
|---|
void finished(SimulationJob job,
SimulationStorage sim)
job - le job qui a fait la simulationsim - la simulation qui vient d'etre faite
void exception(SimulationJob job,
Throwable eee)
job - le job qui a fait la simulationeee - l'exception qui a ete levee
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||