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