Add missing file

This commit is contained in:
Jeremy Lakeman 2015-05-25 16:44:46 +09:30
parent f98f33ef82
commit 9c5cac6565

View File

@ -0,0 +1,10 @@
package org.servalproject.servaldna;
/**
* Created by jeremy on 4/05/15.
*/
public interface IJniServer {
long aboutToWait(long now, long nextRun, long nextWake);
void wokeUp();
void started(String instancePath, int pid, int mdpPort, int httpPort);
}