Class RunNotifier.SafeNotifier

  • Enclosing class:
    RunNotifier

    private abstract class RunNotifier.SafeNotifier
    extends java.lang.Object
    • Field Detail

      • currentListeners

        private final java.util.List<RunListener> currentListeners
    • Constructor Detail

      • SafeNotifier

        SafeNotifier()
      • SafeNotifier

        SafeNotifier​(java.util.List<RunListener> currentListeners)
    • Method Detail

      • run

        void run()
      • notifyListener

        protected abstract void notifyListener​(RunListener each)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception