Interface StringPromise.Handler

All Superinterfaces:
Callback
Enclosing interface:
StringPromise

public static interface StringPromise.Handler extends Callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • handleString

      void handleString(String aValue)