Uses of Interface
pulse.problem.schemes.rte.RTECalculationListener
-
Packages that use RTECalculationListener Package Description pulse.problem.schemes.rte Contains generic classes that act as a bridge between the specific implementation of radiative heat transfer and the heat problem solvers. -
-
Uses of RTECalculationListener in pulse.problem.schemes.rte
Methods in pulse.problem.schemes.rte that return types with arguments of type RTECalculationListener Modifier and Type Method Description List<RTECalculationListener>
RadiativeTransferSolver. getRTEListeners()
Methods in pulse.problem.schemes.rte with parameters of type RTECalculationListener Modifier and Type Method Description void
RadiativeTransferSolver. addRTEListener(RTECalculationListener listener)
Adds a listener that can listen to status updates.
-