Uses of Interface
interfaces.Doable

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

    Fields in logic declared as Doable
    Modifier and Type
    Field
    Description
    private Doable
    OperatingSystem.task
     
    Methods in logic that return Doable
    Modifier and Type
    Method
    Description
    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)