Interface EnvironmentUnloadedListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
EnvironmentListener
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 EnvironmentUnloadedListener extends EventListener
This listener provides callbacks for when an Environment was unloaded.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    unloaded(Environment environment)
    This method is called after the environment was unloaded.
  • Method Details

    • unloaded

      void unloaded(Environment environment)
      This method is called after the environment was unloaded.
      Parameters:
      environment - The environment that was loaded.