示例#1
0
文件: Apps.java 项目: dpharris/JMRI
 /** The application decided to restart, handle that. */
 public static Boolean handleRestart() {
   return AppsBase.handleRestart();
 }
示例#2
0
文件: Apps.java 项目: dpharris/JMRI
 /** The application decided to quit, handle that. */
 public static Boolean handleQuit() {
   return AppsBase.handleQuit();
 }