Interface BackgroundProcess

    • Method Detail

      • backgroundProcess

        void backgroundProcess()
        Performs background processing.
      • setProcessPeriod

        void setProcessPeriod​(int period)
        Sets the period, in seconds, between invocations of backgroundProcess().
        Parameters:
        period - the period in seconds
      • getProcessPeriod

        int getProcessPeriod()