public interface DashboardNotifier
Modifier and Type | Method and Description |
---|---|
void |
devModeEventBegin()
Notifies the dashboard of a new top-level event starting.
|
void |
devModeEventEnd(DevModeSession session,
String eventType,
long startTimeNanos,
long durationNanos)
Notifies the dashboard of a top-level event ending.
|
void |
devModeSessionBegin(DevModeSession session)
Notifies the dashboard of a new session starting.
|
void |
devModeSessionEnd(DevModeSession session)
Notifies the dashboard of a session ending.
|
void devModeEventBegin()
void devModeEventEnd(DevModeSession session, String eventType, long startTimeNanos, long durationNanos)
void devModeSessionBegin(DevModeSession session)
void devModeSessionEnd(DevModeSession session)
Copyright © 2018. All rights reserved.