Class ContainerBase.ContainerBackgroundProcessor

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    ContainerBase

    protected class ContainerBase.ContainerBackgroundProcessor
    extends Object
    implements Runnable
    Private thread class to invoke the backgroundProcess method of this container and its children after a fixed delay.
    • Constructor Detail

      • ContainerBackgroundProcessor

        protected ContainerBackgroundProcessor()
    • Method Detail

      • run

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