Package com.dropbox.core.v2.callbacks
Class DbxRouteErrorCallback<T>
- java.lang.Object
-
- com.dropbox.core.v2.callbacks.DbxRouteErrorCallback<T>
-
- All Implemented Interfaces:
java.lang.Runnable
public abstract class DbxRouteErrorCallback<T> extends java.lang.Object implements java.lang.Runnable
Interface for route error callback.
-
-
Constructor Summary
Constructors Constructor Description DbxRouteErrorCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getRouteError()
void
setRouteError(T routeError)
-