Package de.mirkosertic.bytecoder.api.web
Interface StringPromise
-
- All Superinterfaces:
OpaqueReferenceType
public interface StringPromise extends OpaqueReferenceType
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StringPromise.Handler
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
then(StringPromise.Handler aHandler)
-
-
-
Method Detail
-
then
void then(StringPromise.Handler aHandler)
-
-