-
- All Implemented Interfaces:
public class VerizonMediaAdListEventTypes
The types of VerizonMediaAdList Events.
- The class of events regarding a VerizonMediaAdList are the same, they are distinguished by a type property.
- This type property is one of VerizonMediaAdListEventTypes.Identifiers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
VerizonMediaAdListEventTypes.Identifiers
The VerizonMediaAdList Events Identifiers.
-
Field Summary
Fields Modifier and Type Field Description private final static EventTypeRegistry<VerizonMediaAdListEvent, VerizonMediaAdListImpl>
registry
public final static EventType<VerizonMediaAdListEvent>
REMOVE_AD
-
Method Summary
Modifier and Type Method Description static EventTypeRegistry<VerizonMediaAdListEvent, VerizonMediaAdListImpl>
getRegistry()
-
-
Method Detail
-
getRegistry
static EventTypeRegistry<VerizonMediaAdListEvent, VerizonMediaAdListImpl> getRegistry()
-
-
-
-