Package velox.gui.utils
Interface GuiUtils.ResetControlPanelCallbacks
- Enclosing class:
- GuiUtils
public static interface GuiUtils.ResetControlPanelCallbacks
-
Method Summary
Modifier and Type Method Description longgetCurrentTime()voidonAddResetPoint(velox.api.layer1.utils.data.ResetPoint resetPoint)voidonClearPoints()voidonSessionStartTimeEnabled(boolean enabled)
-
Method Details
-
onAddResetPoint
void onAddResetPoint(velox.api.layer1.utils.data.ResetPoint resetPoint) -
onClearPoints
void onClearPoints() -
getCurrentTime
long getCurrentTime() -
onSessionStartTimeEnabled
void onSessionStartTimeEnabled(boolean enabled)
-