com.ibm.rational.test.lt.recorder.core.extensibility
Interface IRecorderMonitor
public interface IRecorderMonitor
A recorder monitor is a component that can subscribe to a service provided by a
recorder. The way the monitor subscribes to the service is unspecified (i.e. it
is specifically defined by the recorder), nor is the nature of the service.
A service-provider recorder can create a IRecorderMonitorContext
to
pass it to the IRecorderMonitor.initialize(IRecorderMonitorContext)
of the monitor.
initialize
void initialize(IRecorderMonitorContext context)
© Copyright IBM Corp. 2012. All rights reserved.