Interface IShutdownable
public interface IShutdownable
- Since:
- 21.06.2017
-
Method Summary
Modifier and TypeMethodDescriptionvoidEvent will be called before application shutdown
-
Method Details
-
onShutdown
void onShutdown()Event will be called before application shutdown
-