Package 

Interface DDCoreSubscription


  • 
    public interface DDCoreSubscription<T extends Object>
    
                        

    A utility that holds listeners and notifies them. It satisfies the following requirements:

    • All methods can be called from any thread.

    • It is possible to call addListener and removeListener inside a listener callback.

    • Listeners are notified in the order addListener is called on them.