Package pulse.problem.schemes.rte
Interface RTECalculationListener
-
- All Superinterfaces:
Serializable
public interface RTECalculationListener extends Serializable
Used to listed to status updates inRadiativeTransferSolver
subclasses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onStatusUpdate(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
-
-