BowlerKernel
|
Public Member Functions | |
double | getPercentage () |
boolean | isComplete () |
The Interface IMonitorable.
Definition at line 7 of file IMonitorable.java.
double com.neuronrobotics.sdk.util.IMonitorable.getPercentage | ( | ) |
Gets the percentage.
Implemented in com.neuronrobotics.sdk.ui.UDPConnectionPanel.NetworkSearchProcess, and com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.BluetoothSearchProcess.
Referenced by com.neuronrobotics.sdk.util.ProcessMonitor.actionPerformed().
boolean com.neuronrobotics.sdk.util.IMonitorable.isComplete | ( | ) |
Checks if is complete.
Implemented in com.neuronrobotics.sdk.ui.UDPConnectionPanel.NetworkSearchProcess, and com.neuronrobotics.sdk.ui.BluetoothConnectionPanel.BluetoothSearchProcess.
Referenced by com.neuronrobotics.sdk.util.ProcessMonitor.actionPerformed().