fix package name, start database handling

This commit is contained in:
Wolfgang Hottgenroth
2017-11-21 17:53:11 +01:00
parent 7b36caf330
commit 5896212ed9
57 changed files with 367 additions and 225 deletions

View File

@ -0,0 +1,5 @@
package de.hottis.measurementCollector;
public interface ITriggerable {
public void trigger();
}