public interface IMonitorListener
| Modifier and Type | Method and Description |
|---|---|
void |
recordEnd()
This method is called when the record toolbar is docked
and the record session is complete
|
void |
setMonitorState(int monitorState)
Set the monitor state accordingly while taking visual objects.
|
void |
setPauseState(boolean pause)
This method is called when the recorder is being paused or resumed.
|
void |
setRecordMonitorVisible(boolean visible)
Sets the visibility of the record monitor.
|
void |
toolbarVisible(boolean state,
java.awt.Point location)
Whether the RecordToolbar is visible or not
|
void recordEnd()
void setPauseState(boolean pause)
void toolbarVisible(boolean state,
java.awt.Point location)
state - true - RecordToolbar visible, otherwise - notlocation - The location at which to display the toolbar.
Only needed when state is true.void setRecordMonitorVisible(boolean visible)
visible - true - if the record toolbar is to be made visible,false otherwise.void setMonitorState(int monitorState)
monitorState -