Class GenericRunnable<ItemType>

  • All Implemented Interfaces:
    Runnable

    public abstract class GenericRunnable<ItemType>
    extends Object
    implements Runnable
    Created by jcoravu on 29/3/2019.
    • Constructor Detail

      • GenericRunnable

        public GenericRunnable​(ItemType item)
    • Method Detail

      • execute

        protected abstract void execute​(ItemType item)
      • run

        public void run()
        Specified by:
        run in interface Runnable