List of all callback defined by JavaLcConfig
The callback have to be a Java function-pointer or an interface …
Callback signature
- LcConfigSetIncludeFunc
package jvmsgque.lcconfig;
@FunctionalInterface
public interface LcConfigIncludeIF {
void Include (String path, String pattern, MkBufferListC ret);
}
void Include(String path, String pattern, MkBufferListC ret)
Callbacks defined by JavaLcConfig
- Member LcConfigSetIncludeFunc_RT (MK_RT const mkrt, LC_CFG const cfg, LcConfigIncludeCallF fConfigIncludeCall, LC_CBP fConfigIncludeData, LcConfigIncludeFreeF fConfigIncludeFree)
- LcConfigSetIncludeFunc
- Member LcConfigSetSettingDeleteFunc_RT (MK_RT const mkrt, LC_CFG const cfg, LcSettingDeleteCallF fSettingDeleteCall, LC_CBP fSettingDeleteData, LcSettingDeleteFreeF fSettingDeleteFree)
- LcConfigSetSettingDeleteFunc