Module jpro.webapi

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.

@FunctionalInterface public interface InstanceCloseListener
This is a functional interface, which is used by the WebAPI.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.