@FunctionalInterface
public interface EnvironmentUnloadedListener
extends java.util.EventListener
Environment was unloaded.Environment.load()| Modifier and Type | Method and Description |
|---|---|
void |
unloaded(Environment environment)
This method is called after the environment was unloaded.
|
void unloaded(Environment environment)
environment - The environment that was loaded.