Package 

Interface Preloadable


  • 
    public interface Preloadable
    
                        

    Declares Views that should be preloaded. This can either be implemented by a custom view or by an EpoxyHolder.

    The preloadable views can be recursive ie if Preloadable.viewsToPreload includes any views that are themselves Preloadable those nested views will instead by used.

    • Method Summary

      Modifier and Type Method Description
      abstract List<View> getViewsToPreload()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait