본문 바로가기

JAVA/Eclipse plugin

JFace Dialog Close 이벤트 헨들러

// JFace Dialog Close 이벤트 헨들러

protected void handleShellCloseEvent() 
{
	super.handleShellCloseEvent();
}