All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.backendless.async.callback.Result Maven / Gradle / Ivy

There is a newer version: 7.0-alpha
Show newest version
package com.backendless.async.callback;

public interface Result
{
  void handle(T result);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy