public class AbstractTargetQualityChangedEvent<Q extends Quality> extends QualityChangedEvent<Q,AbstractTargetQualityChangedEvent<Q>>
Quality
Changed Event.Modifier and Type | Field and Description |
---|---|
protected List<Q> |
qualities |
quality
Modifier | Constructor and Description |
---|---|
protected |
AbstractTargetQualityChangedEvent(EventType<AbstractTargetQualityChangedEvent<Q>> type,
Date date,
List<Q> qualities) |
Modifier and Type | Method and Description |
---|---|
protected static <Q extends Quality> |
getMatchingQualities(JSONObject jsonEventObject,
<any> dispatcher) |
QualityList<Q> |
getQualities()
The
QualityList of Quality s that are targeted. |
getMatchingQuality, getQuality
protected static <Q extends Quality> List<Q> getMatchingQualities(JSONObject jsonEventObject, <any> dispatcher)
public QualityList<Q> getQualities()
QualityList
of Quality
s that are targeted.QualityList
of Quality
s.- This can be a list ofAudioQuality
orVideoQuality
.