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 classFutureListener.ListenerList
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfutureReady(ProMFuture<? extends java.lang.Object> future)
-
-
-
Method Detail
-
futureReady
void futureReady(ProMFuture<? extends java.lang.Object> future)
-
-