com.bumptech.glide.load.engine.executor
Interface Prioritized


public interface Prioritized

A simple interface for exposing the priority of a task. Lower integer values are treated as having higher priority with 0 being the highest priority possible.


Method Summary
 int getPriority()
          Returns the priority of this task.
 

Method Detail

getPriority

int getPriority()
Returns the priority of this task.