Interface Callback

All Known Subinterfaces:
WinUser.WNDENUMPROC

public interface Callback
回调函数需要继承此接口, 同时需要创建一个名为 "callback" 的方法
Version:
0.0.1
Author:
scx567888
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
  • Method Details

    • callbackMethodName

      default String callbackMethodName()