Class SystemOutDemo1

  • All Implemented Interfaces:
    Ippc32, Actionable

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

      • SystemOutDemo1

        public SystemOutDemo1()
    • 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