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.
This listener provides callbacks for when an
Environment was unloaded.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidunloaded(Environment environment) This method is called after the environment was unloaded.
-
Method Details
-
unloaded
This method is called after the environment was unloaded.- Parameters:
environment- The environment that was loaded.
-