TimerTaskDef moved out of Scheduler class, renamed to Event

This commit is contained in:
2018-12-18 01:10:08 +01:00
parent 648e9d5863
commit fb8295d3b1
2 changed files with 14 additions and 9 deletions

View File

@ -612,11 +612,7 @@ public class SeSimApplication extends javax.swing.JFrame {
this.world = world;
}
@Override
public long getID() {
return 1;
//throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
@Override
public long receive(opensesim.world.scheduler.Event task) {