- All Implemented Interfaces:
Consumer<org.core.schedule.Scheduler>
public class AutopilotExecutor
extends Object
implements Consumer<org.core.schedule.Scheduler>
-
Constructor Summary
Constructors
-
Method Summary
void
accept(org.core.schedule.Scheduler t)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AutopilotExecutor
public AutopilotExecutor(@NotNull
@NotNull Vessel vessel)
-
Method Details
-
accept
public void accept(org.core.schedule.Scheduler t)
- Specified by:
accept
in interface Consumer<org.core.schedule.Scheduler>