一:接口

 1 package com.yeepay.sxf.testclassforinner;
 2 
 3 /**
 4  * 回调接口.
 5  * @author shangxiaofei
 6  *
 7  */
 8 public interface CallBack {
 9 
10     public boolean process(Integer a);
11     
12     public boolean delete(Integer b);
13 }
View Code

相关文章:

  • 2021-08-30
  • 2021-06-07
  • 2021-11-13
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
  • 2022-12-23
猜你喜欢
  • 2021-07-16
  • 2022-01-02
  • 2021-11-28
  • 2021-06-01
  • 2021-06-05
相关资源
相似解决方案