Uses of Interface
interfaces.Doable

Packages that use Doable 
Package Description
logic  
  • Uses of Doable in logic

    Methods in logic that return Doable 
    Modifier and Type Method Description
    Doable OperatingSystem.getTask()  
    Methods in logic with parameters of type Doable 
    Modifier and Type Method Description
    void OperatingSystem.execute​(CalcLogic calcLogic, Doable task)
    method responsible for recognizing commands entered into the command line or text field and executing them.
    void OperatingSystem.setTask​(Doable task)