IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.services
Interface IMonitorListener


public interface IMonitorListener

This interface exists so that a class can be notified regarding monitor actions


Method Summary
 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
 

Method Detail

recordEnd

void recordEnd()
This method is called when the record toolbar is docked and the record session is complete


setPauseState

void setPauseState(boolean pause)
This method is called when the recorder is being paused or resumed.


toolbarVisible

void toolbarVisible(boolean state,
                    java.awt.Point location)
Whether the RecordToolbar is visible or not

Parameters:
state - true - RecordToolbar visible, otherwise - not
location - The location at which to display the toolbar. Only needed when state is true.

setRecordMonitorVisible

void setRecordMonitorVisible(boolean visible)
Sets the visibility of the record monitor.

Parameters:
visible - true - if the record toolbar is to be made visible,false otherwise.

setMonitorState

void setMonitorState(int monitorState)
Set the monitor state accordingly while taking visual objects.

Parameters:
monitorState -