Esempio n. 1
0
 /** Post event to the EventBus using the timestamp given by atTime. */
 public void post(BuckEvent event, BuckEvent atTime) {
   event.configure(atTime.getTimestamp(), atTime.getNanoTime(), threadIdSupplier.get(), buildId);
   dispatch(event);
 }