com.bumptech.glide.manager
Interface Lifecycle


public interface Lifecycle

An interface for listening to Activity/Fragment lifecycle events.


Method Summary
 void addListener(LifecycleListener listener)
          Adds the given listener to the set of listeners managed by this Lifecycle implementation.
 

Method Detail

addListener

void addListener(LifecycleListener listener)
Adds the given listener to the set of listeners managed by this Lifecycle implementation.