Class SystemOutDemo2

  • All Implemented Interfaces:
    Ippc32, Actionable

    public class SystemOutDemo2
    extends Task
    Demo for System.out using SCI2. This application simply outputs the character '.' once per second over the SCI2.
    • Constructor Detail

      • SystemOutDemo2

        public SystemOutDemo2()
    • Method Detail

      • action

        public void action()
        Description copied from class: Task
        Action to be performed by the task
        Specified by:
        action in interface Actionable
        Overrides:
        action in class Task