Package pulse.problem.schemes.rte
Interface RTECalculationListener
-
- All Superinterfaces:
Serializable
public interface RTECalculationListener extends Serializable
Used to listed to status updates inRadiativeTransferSolversubclasses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStatusUpdate(RTECalculationStatus status)Invoked when a sub-step of the RTE solution has finished.
-
-
-
Method Detail
-
onStatusUpdate
void onStatusUpdate(RTECalculationStatus status)
Invoked when a sub-step of the RTE solution has finished.- Parameters:
status- the status of the completed step
-
-