steps towards Android

This commit is contained in:
rusefi 2020-07-03 13:04:33 -04:00
parent 606298b232
commit 3019f1da9c
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package com.rusefi;
public interface Listener<T> {
void onResult(T parameter);
}