theConfig 10.0
Loading...
Searching...
No Matches
LcSettingDeleteIF.java
Go to the documentation of this file.
1
9/* LABEL-NO */
10package jvlcconfig;
11
13@FunctionalInterface
14public interface LcSettingDeleteIF {
15 public void Delete (long hdl);
16}
17