Class StartCourseCommand
- java.lang.Object
-
- org.example.domain.boundaries.educational.logic.StartCourseCommand
-
- All Implemented Interfaces:
io.mateu.mdd.shared.Command,io.mateu.mdd.shared.ScheduledCommand
public class StartCourseCommand extends Object implements io.mateu.mdd.shared.ScheduledCommand
-
-
Constructor Summary
Constructors Constructor Description StartCourseCommand()
-
-
-
Method Detail
-
getSchedule
public String getSchedule()
- Specified by:
getSchedulein interfaceio.mateu.mdd.shared.ScheduledCommand
-
run
public void run()
- Specified by:
runin interfaceio.mateu.mdd.shared.Command
-
-