Class FutureListener.ListenerList
- java.lang.Object
-
- org.processmining.framework.plugin.events.ProMEventListenerList<FutureListener>
-
- org.processmining.framework.plugin.events.FutureListener.ListenerList
-
- Enclosing interface:
- FutureListener
public static class FutureListener.ListenerList extends ProMEventListenerList<FutureListener>
-
-
Constructor Summary
Constructors Constructor Description ListenerList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fireFutureReady(ProMFuture<? extends java.lang.Object> future)
-
Methods inherited from class org.processmining.framework.plugin.events.ProMEventListenerList
add, getListenerCount, getListeners, remove, removeAll, toString
-
-
-
-
Method Detail
-
fireFutureReady
public void fireFutureReady(ProMFuture<? extends java.lang.Object> future)
-
-