Package | Description |
---|---|
com.ibm.rational.test.lt.recorder.core.extensibility |
Classes and interfaces required to contribute recording components (clients, recorders...)
|
com.ibm.rational.test.lt.recorder.core.message |
Definition and implementations of messages exchanged between recording components and external entities.
|
com.ibm.rational.test.lt.recorder.core.session |
Provides the infrastructure for controlling a recording session.
|
Modifier and Type | Method and Description |
---|---|
void |
IRecordingComponentContext.dispatchMessage(Message message)
Dispatches a message to other recording components.
|
void |
IRecorderMonitorContext.dispatchMessage(Message message)
Dispatches a message to other recording components.
|
void |
IRecordingComponentDelegate.messageReceived(Message message)
This method is invoked by the context when a message is sent to this delegate.
|
void |
BaseRecorderDelegate.messageReceived(Message message) |
void |
BaseClientDelegate.messageReceived(Message message) |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationMessage
Message sent to the AnnotationRecorder to emit an annotation.
|
class |
PreferenceMessage
A message that is issued by recorder or client delegates and that modifies
a workspace preference.
|
class |
UserMessage
A message that is issued by recorder or client delegates and delivered to listeners
so it can be displayed to the user.
|
Modifier and Type | Method and Description |
---|---|
void |
IRecordingSessionListener.messageReceived(Object notifier,
Message message) |
void |
IRecorderListener.messageReceived(Object notifier,
Message message) |
void |
IRecordingSession.sendMessage(Message message)
Sends a message to some components of the recording session.
|
void |
IRecordingComponent.sendMessage(Message message)
Issues a message to the recording component.
|
© Copyright IBM Corp. 2013. All rights reserved.