Interface Promise<T extends OpaqueReferenceType>

All Superinterfaces:
OpaqueReferenceType

public interface Promise<T extends OpaqueReferenceType> extends OpaqueReferenceType
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    void
    then(Promise.Handler<T> aHandler)