Package jetbrains.mps.util
Interface Callback<T>
- 
@Deprecated public interface Callback<T>
Deprecated. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidcall(T param)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
call
void call(T param)
Deprecated. 
 - 
 
 -