Interface FutureListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
ProvidedObjectImpl
public interface FutureListener extends java.util.EventListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FutureListener.ListenerList
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
futureReady(ProMFuture<? extends java.lang.Object> future)
-
-
-
Method Detail
-
futureReady
void futureReady(ProMFuture<? extends java.lang.Object> future)
-
-