Package de.mirkosertic.bytecoder.api.web
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
Promise.Handler<T extends OpaqueReferenceType>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
then(Promise.Handler<T> aHandler)
-
-
-
Method Detail
-
then
void then(Promise.Handler<T> aHandler)
-
-