java - what event perform in termination action -


what event perform @ time of termination program in eclipse? means whenever directly close program whatever running in eclipse console pressing red button or close event perform ? if u know please share knowledge me

exactly run when terminate program run eclipse depends on type of program being run, types of launch code ends in terminate method of org.eclipse.debug.core.model.runtimeprocess.

runtimeprocess uses destroy method of java.lang.process kill program.


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -