Wederom verder gewerkt aan de items in de TODO lijst.
This commit is contained in:
@@ -8,16 +8,6 @@ import pm.task.TaskListener;
|
||||
public abstract class Application extends TaskListener {
|
||||
public Application() {
|
||||
super();
|
||||
TaskManager.add(this);
|
||||
}
|
||||
|
||||
public void run() {
|
||||
try {
|
||||
initialise();
|
||||
super.run();
|
||||
} catch (ApplicationInitialiseException e) {
|
||||
e.printStackTrace(); // Todo: dit "over" de thread heengooien / loggen?
|
||||
}
|
||||
}
|
||||
|
||||
public void initialise() throws ApplicationInitialiseException {}
|
||||
|
||||
Reference in New Issue
Block a user