1// Signature format: 2.0
2package android.car.cluster.renderer {
3
4  @UiThread public abstract class NavigationRenderer {
5    method public void onEvent(int, android.os.Bundle);
6  }
7
8}
9
10