Uses of Class
org.processmining.framework.plugin.ProMFuture
-
-
Uses of ProMFuture in org.processmining.framework.plugin
Methods in org.processmining.framework.plugin that return ProMFuture Modifier and Type Method Description ProMFuture<?>
PluginContext. getFutureResult(int i)
This method should only be used by a plugin, in the body of that plugin. -
Uses of ProMFuture in org.processmining.framework.plugin.events
Methods in org.processmining.framework.plugin.events with parameters of type ProMFuture Modifier and Type Method Description void
FutureListener.ListenerList. fireFutureReady(ProMFuture<? extends java.lang.Object> future)
void
FutureListener. futureReady(ProMFuture<? extends java.lang.Object> future)
-
Uses of ProMFuture in org.processmining.framework.plugin.impl
Methods in org.processmining.framework.plugin.impl that return ProMFuture Modifier and Type Method Description ProMFuture<?>
AbstractPluginContext. getFutureResult(int i)
-
Uses of ProMFuture in org.processmining.framework.providedobjects.impl
Methods in org.processmining.framework.providedobjects.impl with parameters of type ProMFuture Modifier and Type Method Description void
ProvidedObjectImpl. futureReady(ProMFuture<? extends java.lang.Object> future)
-