mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
App_update: Add app-update check to startup
This commit is contained in:
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
package gplx.xowa.htmls.bridges; import gplx.*; import gplx.xowa.*; import gplx.xowa.htmls.*;
|
||||
import gplx.langs.jsons.*;
|
||||
public interface Bridge_cmd_itm {
|
||||
byte[] Key();
|
||||
void Init_by_app(Xoa_app app);
|
||||
String Exec(Json_nde data);
|
||||
byte[] Key();
|
||||
void Init_by_app(Xoa_app app);
|
||||
String Exec(Json_nde data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user