Package org.eclipse.xtext.ide.server
Interface ILanguageServerShutdownAndExitHandler
-
- All Known Implementing Classes:
ILanguageServerShutdownAndExitHandler.DefaultImpl,ILanguageServerShutdownAndExitHandler.NullImpl
public interface ILanguageServerShutdownAndExitHandler- Since:
- 2.16
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classILanguageServerShutdownAndExitHandler.DefaultImplDefault Implementation forILanguageServerShutdownAndExitHandler.static classILanguageServerShutdownAndExitHandler.NullImplImplementation forILanguageServerShutdownAndExitHandlerthat does nothing.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexit()Callback that is called when Language Serversexitis called.voidshutdown()Callback that is called when Language Serversshutdownis called.
-