class Event { int deliveryTime; void execute(Connection connection) { println("NOT IMPLEMENTED"); } }