Package jadex.commons.future
Class FutureHelper
- java.lang.Object
- 
- jadex.commons.future.FutureHelper
 
- 
 public abstract class FutureHelper extends java.lang.ObjectHelper class to access future notification stack
- 
- 
Constructor SummaryConstructors Constructor Description FutureHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddStackedListeners(java.util.Queue<Tuple3<Future<?>,IResultListener<?>,ICommand<IResultListener<?>>>> notifications)Add listener notifications to the current thread.static voidnotifyStackedListeners()Process all collected listener notifications for the current thread.static java.util.Queue<Tuple3<Future<?>,IResultListener<?>,ICommand<IResultListener<?>>>>removeStackedListeners()Remove all collected listener notifications for the current thread.
 
- 
- 
- 
Method Detail- 
notifyStackedListenerspublic static void notifyStackedListeners() Process all collected listener notifications for the current thread.
 - 
removeStackedListenerspublic static java.util.Queue<Tuple3<Future<?>,IResultListener<?>,ICommand<IResultListener<?>>>> removeStackedListeners() Remove all collected listener notifications for the current thread.
 - 
addStackedListenerspublic static void addStackedListeners(java.util.Queue<Tuple3<Future<?>,IResultListener<?>,ICommand<IResultListener<?>>>> notifications) Add listener notifications to the current thread.
 
- 
 
-