Class BackgroundProcessManager


  • public class BackgroundProcessManager
    extends java.lang.Object
    Provides a background processing mechanism that triggers roughly once a second. The class maintains a thread that only runs when there is at least one instance of BackgroundProcess registered.