public static class TrendingSource.Event extends EventObject
TrendingSource to notify listeners of changes.source| Constructor and Description |
|---|
Event(TrendingSource source,
List<TrendingChannel> removedChannels,
List<TrendingChannel> addedChannels) |
| Modifier and Type | Method and Description |
|---|---|
List<TrendingChannel> |
getAddedChannels() |
List<TrendingChannel> |
getRemovedChannels() |
TrendingSource |
getSource() |
toStringpublic Event(TrendingSource source, List<TrendingChannel> removedChannels, List<TrendingChannel> addedChannels)
public TrendingSource getSource()
getSource in class EventObjectpublic List<TrendingChannel> getRemovedChannels()
public List<TrendingChannel> getAddedChannels()
Copyright © 2018 LSST. All rights reserved.