public class UpdateUI
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
UpdateUI.Callback
Callback methods
|
Modifier and Type | Field and Description |
---|---|
protected TextView |
textDeviceName |
protected TextView |
textErrorMessage |
protected TextView[] |
textGamepad |
protected TextView |
textOpMode |
protected TextView |
textRobotStatus |
protected TextView |
textWifiDirectStatus |
Constructor and Description |
---|
UpdateUI(Activity activity,
Dimmer dimmer) |
Modifier and Type | Method and Description |
---|---|
void |
setControllerService(FtcRobotControllerService controllerService) |
void |
setRestarter(Restarter restarter) |
void |
setTextViews(TextView textWifiDirectStatus,
TextView textRobotStatus,
TextView[] textGamepad,
TextView textOpMode,
TextView textErrorMessage,
TextView textDeviceName) |
protected TextView textDeviceName
protected TextView textWifiDirectStatus
protected TextView textRobotStatus
protected TextView[] textGamepad
protected TextView textOpMode
protected TextView textErrorMessage
public void setTextViews(TextView textWifiDirectStatus, TextView textRobotStatus, TextView[] textGamepad, TextView textOpMode, TextView textErrorMessage, TextView textDeviceName)
public void setControllerService(FtcRobotControllerService controllerService)
public void setRestarter(Restarter restarter)