public interface MonitorHandler
Modifier and Type | Method and Description |
---|---|
void |
dividerLocationChanged(int newLocation)
Act when the divider location changes.
|
void |
monitorCommand(java.lang.String command)
Send a Command to the monitor.
|
void monitorCommand(java.lang.String command)
command
- the command sentvoid dividerLocationChanged(int newLocation)
newLocation
- the new x position of the divider.