public interface TransactionMonitor { public void log(String tranId, String target, BigDecimal amount, Timestamp time); } The implementation is equally ...
確定! 回上一頁