Class ContainerBase.ContainerBackgroundProcessor

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    ContainerBase

    protected class ContainerBase.ContainerBackgroundProcessor
    extends java.lang.Object
    implements java.lang.Runnable
    Private runnable 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 java.lang.Runnable
      • processChildren

        protected void processChildren​(Container container)