Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::ITimeLoopService Class Referenceabstract

Interface of a service operating during the time loop. More...

#include <arcane/core/ITimeLoopService.h>

Inheritance diagram for Arcane::ITimeLoopService:
Collaboration diagram for Arcane::ITimeLoopService:

Public Member Functions

virtual void onTimeLoopBeginLoop ()=0
virtual void onTimeLoopEndLoop ()=0
virtual void onTimeLoopStartInit ()=0
virtual void onTimeLoopContinueInit ()=0
virtual void onTimeLoopExit ()=0
virtual void onTimeLoopMeshChanged ()=0
virtual void onTimeLoopRestore ()=0

Detailed Description

Interface of a service operating during the time loop.

A service implementing this interface allows specifying an action that will be performed at a specific point in the time loop.

Definition at line 36 of file ITimeLoopService.h.


The documentation for this class was generated from the following file: