Interface FutureListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ProvidedObjectImpl

public interface FutureListener extends EventListener
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    futureReady(ProMFuture<? extends Object> future)
     
  • Method Details