public interface Subscriptions
Represents the subscriptions that are available.
The usage of instances of this interface are designed for multi-threaded use, so they should assumed threadsafe.
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Subscription> |
getSubscriptions()
Returns an
Iterator over the available subscriptions. |
java.util.Iterator<Subscription> getSubscriptions()
Iterator
over the available subscriptions."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"