Package org.eclipse.xtext.ide.server
Class ILanguageServerShutdownAndExitHandler.DefaultImpl
- java.lang.Object
-
- org.eclipse.xtext.ide.server.ILanguageServerShutdownAndExitHandler.DefaultImpl
-
- All Implemented Interfaces:
ILanguageServerShutdownAndExitHandler
- Enclosing interface:
- ILanguageServerShutdownAndExitHandler
public static class ILanguageServerShutdownAndExitHandler.DefaultImpl extends java.lang.Object implements ILanguageServerShutdownAndExitHandler
Default Implementation forILanguageServerShutdownAndExitHandler. CallsSystem.exit.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.xtext.ide.server.ILanguageServerShutdownAndExitHandler
ILanguageServerShutdownAndExitHandler.DefaultImpl, ILanguageServerShutdownAndExitHandler.NullImpl
-
-
Constructor Summary
Constructors Constructor Description DefaultImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexit()Callback that is called when Language Serversexitis called.voidshutdown()Callback that is called when Language Serversshutdownis called.
-
-
-
Method Detail
-
exit
public void exit()
Description copied from interface:ILanguageServerShutdownAndExitHandlerCallback that is called when Language Serversexitis called.- Specified by:
exitin interfaceILanguageServerShutdownAndExitHandler
-
shutdown
public void shutdown()
Description copied from interface:ILanguageServerShutdownAndExitHandlerCallback that is called when Language Serversshutdownis called.- Specified by:
shutdownin interfaceILanguageServerShutdownAndExitHandler
-
-