Package jetbrains.mps.make.script
Interface IConfigMonitor
- 
- All Superinterfaces:
 IJobMonitor
- All Known Implementing Classes:
 AbstractMakeService.DefaultMonitor,IConfigMonitor.Stub
public interface IConfigMonitor extends IJobMonitor
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIConfigMonitor.Stub 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends IOption>
TrelayQuery(IQuery<T> query)- 
Methods inherited from interface jetbrains.mps.make.script.IJobMonitor
getSession, reportFeedback, stopRequested 
 - 
 
 -