📄 applicationresource.java
字号:
/* * ApplicationResource - * If an resource used by an application needs tidying up when the * application terminates, it should implement this interface which will * call invoke 'freeResource' when the application exits. */package kaffe.lang;public interface ApplicationResource {void freeResource();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -