interface Callback { public void callback(String name); } class Caller { public void register(String name, Callback callback) throws ...
確定! 回上一頁