Package 

Class Listeners

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    
    public final class Listeners
     implements AutoCloseable
                        

    Holds the native pointers to the listeners used by the CommandQueue. Android uses only one listener of each type to simplify lifetime management. This is as opposed to a listener for each handle.

    This class is constructed from C++.