public class RepositoryBackgroundEngineHook extends Object implements BackgroundEngineHook, Component
Constructor and Description |
---|
RepositoryBackgroundEngineHook() |
Modifier and Type | Method and Description |
---|---|
void |
onEnteringEnvironment(Map<String,Object> environmentInformation)
Hook executed when entering the background environment
|
void |
onLeavingEnvironment(Map<String,Object> environmentInformation)
Hook executed when leaving the background environment
|
public RepositoryBackgroundEngineHook()
public void onEnteringEnvironment(Map<String,Object> environmentInformation)
BackgroundEngineHook
onEnteringEnvironment
in interface BackgroundEngineHook
environmentInformation
- the environment information.public void onLeavingEnvironment(Map<String,Object> environmentInformation)
BackgroundEngineHook
onLeavingEnvironment
in interface BackgroundEngineHook
environmentInformation
- the environment information.