public interface IRecorderListener extends com.ibm.rational.test.lt.recorder.core.internal.session.IRecorderComponentListener<RecorderState>
recorders. Recorders notify their listeners
of events related to their state, messages that have been delivered to them, and
data captured by the recorder.
A recorder listener can be either dynamically registered using
IRecorder.addListener(IRecorderListener) or statically registered
using the extension point recordingComponentListener.| Modifier and Type | Method and Description |
|---|---|
void |
messageReceived(Object notifier,
Message message) |
void |
packetCaptured(IRecorder notifier,
IRecorderPacket packet) |
void |
stateChanged(Object notifier,
RecorderState oldState,
RecorderState newState) |
void stateChanged(Object notifier, RecorderState oldState, RecorderState newState)
stateChanged in interface com.ibm.rational.test.lt.recorder.core.internal.session.IRecorderComponentListener<RecorderState>void messageReceived(Object notifier, Message message)
messageReceived in interface com.ibm.rational.test.lt.recorder.core.internal.session.IRecorderComponentListener<RecorderState>void packetCaptured(IRecorder notifier, IRecorderPacket packet)
© Copyright IBM Corp. 2013. All rights reserved.