Interface Actionable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void action()
      When an object implementing interface Actionable is used to create a task, starting the task causes the object's action method to be called in that separately executing action.
    • Method Detail

      • action

        void action()
        When an object implementing interface Actionable is used to create a task, starting the task causes the object's action method to be called in that separately executing action.

        The general contract of the method action is that it may take any action whatsoever.