Class FutureHelper


  • public abstract class FutureHelper
    extends java.lang.Object
    Helper class to access future notification stack
    • Constructor Summary

      Constructors 
      Constructor Description
      FutureHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void notifyStackedListeners()
      Process all collected listener notifications for the current thread, i.e.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FutureHelper

        public FutureHelper()
    • Method Detail

      • notifyStackedListeners

        public static void notifyStackedListeners()
        Process all collected listener notifications for the current thread, i.e. temporarily disable stack compaction.