Class MediaStatisticsReportReceivedEvent
- Object
-
- MediaStatisticsReportReceivedEvent
-
public final class MediaStatisticsReportReceivedEvent extends ObjectDescribes a Media Statistics Report Received event.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.MediaStatisticsReportgetReport()Report with the Media Statistics information.
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalizein classObject
-
getReport
public MediaStatisticsReport getReport()
Report with the Media Statistics information.
-
-