Package jadex.future
Class FutureHelper
java.lang.Object
jadex.future.FutureHelper
Helper class to access future notification stack
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Process all collected listener notifications for the current thread, i.e.
-
Constructor Details
-
FutureHelper
public FutureHelper()
-
-
Method Details
-
notifyStackedListeners
public static void notifyStackedListeners()Process all collected listener notifications for the current thread, i.e. temporarily disable stack compaction.
-