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)
BackgroundEngineHookonEnteringEnvironment in interface BackgroundEngineHookenvironmentInformation - the environment information.public void onLeavingEnvironment(Map<String,Object> environmentInformation)
BackgroundEngineHookonLeavingEnvironment in interface BackgroundEngineHookenvironmentInformation - the environment information.