Class MultipleRemoveListener<T>

  • Type Parameters:
    T - the callback parameter type
    All Implemented Interfaces:
    ServiceListener<Object>

    @Deprecated
    public final class MultipleRemoveListener<T>
    extends AbstractServiceListener<Object>
    Deprecated.
    Service listeners are not encouraged for general user use.
    A service listener which calls a callback once all of the services it was attached to have been removed.
    Author:
    David M. Lloyd