Module jpro.webapi

Interface WebAPI.FileSelectedListener

Enclosing class:
WebAPI
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface WebAPI.FileSelectedListener
This is a functional interface, which is used by the FileUploader.
Since:
2018.1.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(String value)
     
  • Method Details

    • handle

      void handle(String value)