com.bumptech.glide.manager
Interface RequestManagerTreeNode


public interface RequestManagerTreeNode

Provides access to the relatives of a RequestManager based on the current context. The context hierarchy is provided by nesting in Activity and Fragments; the application context does not provide access to any other RequestManagers hierarchically.


Method Summary
 Set<RequestManager> getDescendants()
          Returns all descendant RequestManagers relative to the context of the current RequestManager.
 

Method Detail

getDescendants

Set<RequestManager> getDescendants()
Returns all descendant RequestManagers relative to the context of the current RequestManager.