public class ReportingController
extends java.lang.Object
| Constructor and Description |
|---|
ReportingController() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCallback(ReportingEventCallback callback) |
void |
cacheAdEventList(java.util.List<ReportingEvent> eventList) |
void |
clearAdEventList() |
java.util.List<ReportingEvent> |
getAdEventList() |
boolean |
removeCallback(ReportingEventCallback callback) |
void |
reportEvent(ReportingEvent event) |
public void addCallback(ReportingEventCallback callback)
public boolean removeCallback(ReportingEventCallback callback)
public void reportEvent(ReportingEvent event)
public void cacheAdEventList(java.util.List<ReportingEvent> eventList)
public java.util.List<ReportingEvent> getAdEventList()
public void clearAdEventList()