public class VerizonMediaAdBreakListEventTypes extends Object
VerizonMediaAdBreakList
Events.- The class of events regarding aVerizonMediaAdBreakList
are the same, they are distinguished by a type property. - This type property is one ofVerizonMediaAdBreakListEventTypes.Identifiers
.
Modifier and Type | Class and Description |
---|---|
static class |
VerizonMediaAdBreakListEventTypes.Identifiers
The
VerizonMediaAdBreakList Events Identifiers. |
Modifier and Type | Field and Description |
---|---|
static EventType<VerizonMediaAdBreakListEvent> |
ADD_ADBREAK
Fired when
VerizonMediaAdBreakListEvent occurs and the type is VerizonMediaAdBreakListEventTypes.Identifiers.ADD_ADBREAK . |
static EventType<VerizonMediaAdBreakListEvent> |
REMOVE_ADBREAK
Fired when
VerizonMediaAdBreakListEvent occurs and the type is VerizonMediaAdBreakListEventTypes.Identifiers.REMOVE_ADBREAK . |
Constructor and Description |
---|
VerizonMediaAdBreakListEventTypes() |
Modifier and Type | Method and Description |
---|---|
static <any> |
getRegistry() |
public static final EventType<VerizonMediaAdBreakListEvent> ADD_ADBREAK
VerizonMediaAdBreakListEvent
occurs and the type is VerizonMediaAdBreakListEventTypes.Identifiers.ADD_ADBREAK
.public static final EventType<VerizonMediaAdBreakListEvent> REMOVE_ADBREAK
VerizonMediaAdBreakListEvent
occurs and the type is VerizonMediaAdBreakListEventTypes.Identifiers.REMOVE_ADBREAK
.