public abstract class VoidFlattrCallable extends AbstractFlattrCallable<Void>
FlattrCallable that does not return a result.| Constructor and Description |
|---|
VoidFlattrCallable() |
| Modifier and Type | Method and Description |
|---|---|
Void |
call(FlattrService service)
Calls the appropriate method at the service and returns the result.
|
abstract void |
execute(FlattrService service)
Calls the appropriate method at the service.
|
call, createFlattrService, getRateLimit, getResult, isFullMode, setAccessToken, setAccessToken, setFullModepublic VoidFlattrCallable()
public abstract void execute(FlattrService service) throws Exception
service - Preconfigured FlattrService to be invokedExceptionpublic Void call(FlattrService service) throws Exception
AbstractFlattrCallablecall in class AbstractFlattrCallable<Void>service - Preconfigured FlattrService to be invokedExceptionCopyright © 2010–2017. All rights reserved.