Package io.inugami.api.providers
Interface ProviderCallbackOnSuccess
-
- 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 interface ProviderCallbackOnSuccess
The ProviderCallbackOnError allows to intercept provider successfully processing.- Since:
- 5 janv. 2017
- See Also:
ProviderCallbackOnError
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendData(String data)
-
-
-
Method Detail
-
sendData
void sendData(String data)
-
-