Interface EventRegistryChangeDetectionExecutor
public interface EventRegistryChangeDetectionExecutor
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Will be called after the engine has booted up.void
setEventRegistryChangeDetectionManager
(EventRegistryChangeDetectionManager eventRegistryChangeDetectionManager) void
shutdown()
Will be called when the engine closes.
-
Method Details
-
initialize
void initialize()Will be called after the engine has booted up. Any initialization logic can be placed here. -
shutdown
void shutdown()Will be called when the engine closes. Any shutdown logic should be placed here. -
setEventRegistryChangeDetectionManager
void setEventRegistryChangeDetectionManager(EventRegistryChangeDetectionManager eventRegistryChangeDetectionManager)
-