-
- All Implemented Interfaces:
public class VerizonMediaEventTypes
The types of VerizonMedia Events.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
VerizonMediaEventTypes.Identifiers
The VerizonMedia Events Identifiers.
-
Field Summary
Fields Modifier and Type Field Description private final static EventTypeRegistry<VerizonMediaEvent, VerizonMediaImpl>
registry
public final static EventType<VerizonMediaPingResponseEvent>
PINGRESPONSE
public final static EventType<VerizonMediaPreplayResponseEvent>
PREPLAYRESPONSE
public final static EventType<VerizonMediaPingErrorEvent>
PINGERROR
public final static EventType<VerizonMediaAssetInfoResponseEvent>
ASSETINFORESPONSE
-
Method Summary
Modifier and Type Method Description static EventTypeRegistry<VerizonMediaEvent, VerizonMediaImpl>
getRegistry()
-
-
Method Detail
-
getRegistry
static EventTypeRegistry<VerizonMediaEvent, VerizonMediaImpl> getRegistry()
-
-
-
-