theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3LiteExecIF.java
Go to the documentation of this file.
1
9/* LABEL-NO */
10package jvsq3lite;
11
13@FunctionalInterface
14public interface Sq3LiteExecIF {
15 void Callback (String[] vals, String[] cols);
16}
17
void Callback(String[] vals, String[] cols)