Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getRouteError()  
      void setRouteError​(T routeError)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Constructor Detail

      • DbxRouteErrorCallback

        public DbxRouteErrorCallback()
    • Method Detail

      • getRouteError

        public T getRouteError()
      • setRouteError

        public void setRouteError​(T routeError)