Thread aangemaakt voor het updaten van features en pollen van events. Misschien moet het hele Device een Thread worden?
This commit is contained in:
@@ -3,12 +3,15 @@ package pm.application.voorbeeld;
|
||||
import pm.application.Application;
|
||||
|
||||
public class VoorbeeldApplication extends Application {
|
||||
public void start() throws Exception {
|
||||
System.out.println("jeheee!");
|
||||
//throw new Exception("GEK");
|
||||
public void start() {
|
||||
System.out.println("start");
|
||||
}
|
||||
|
||||
public void stop() {
|
||||
System.out.println("stop");
|
||||
}
|
||||
|
||||
public void test() {
|
||||
System.out.println("neheee!");
|
||||
System.out.println("test");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user