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