mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-21 06:03:12 +00:00
Add missing file
This commit is contained in:
parent
f98f33ef82
commit
9c5cac6565
10
java/org/servalproject/servaldna/IJniServer.java
Normal file
10
java/org/servalproject/servaldna/IJniServer.java
Normal 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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user