use of cl.smartcities.isci.transportinspector.serverConnection.requests.pushRequests.BusEventRequest in project androidApp by InspectorIncognito.
the class BusEventBuilder method buildCompleteReport.
@Override
public void buildCompleteReport(CompleteReportEventDrawableItem completeReportPanelItem) {
ServerSentEvent event = new ServerSentEvent(completeReportPanelItem);
listener.onRequestReady(new BusEventRequest(listener, event, bus), bus.getId());
}
Aggregations