Class RandomSamplingIntervalApp

    • Constructor Detail

      • RandomSamplingIntervalApp

        public RandomSamplingIntervalApp()
    • Method Detail

      • onStartup

        public void onStartup()
        Description copied from interface: Application
        The operating system calls this method to notify that the application is started.
      • processEvent

        public void processEvent​(Event event)
                          throws Exception
        Description copied from interface: EventProcessor
        Processes the given event.
        Parameters:
        event - the event to process
        Throws:
        Exception
      • onShutdown

        public void onShutdown()
        Description copied from interface: Application
        The operating system calls this method to notify that the application is going to be torn down.