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