Interface InstanceCloseListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This is a functional interface, which is used by the
WebAPI.-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle()A handle in which actions are defined, to be executed as the instance is closed.
-
Method Details
-
handle
void handle()A handle in which actions are defined, to be executed as the instance is closed.
-