Package jetbrains.mps.tool.environment
Interface EnvironmentAware
- 
public interface EnvironmentAwareIndication that a class implementing this interface needs an Environment dependency injected. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetEnvironment(Environment env) 
 - 
 
- 
- 
Method Detail
- 
setEnvironment
void setEnvironment(@NotNull Environment env)
 
 - 
 
 -