Package org.ametys.core.engine
Interface BackgroundEngineHook
- All Known Implementing Classes:
RepositoryBackgroundEngineHook
public interface BackgroundEngineHook
Interface to implement hook on entering and leaving background environment
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEnteringEnvironment
(Map<String, Object> environmentInformation) Hook executed when entering the background environmentvoid
onLeavingEnvironment
(Map<String, Object> environmentInformation) Hook executed when leaving the background environment
-
Method Details
-
onEnteringEnvironment
Hook executed when entering the background environment- Parameters:
environmentInformation
- the environment information.
-
onLeavingEnvironment
Hook executed when leaving the background environment- Parameters:
environmentInformation
- the environment information.
-