Package | Description |
---|---|
com.ibm.rational.test.lt.recorder.core.session |
Provides the infrastructure for controlling a recording session.
|
com.ibm.rational.test.lt.recorder.ui.extensibility |
Classes and interfaces enabling extensions to contribute the recording framework user interface.
|
Modifier and Type | Method and Description |
---|---|
RecorderState |
IRecorder.getState()
Returns the current state of the recorder.
|
static RecorderState |
RecorderState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecorderState[] |
RecorderState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IRecorderListener.stateChanged(Object notifier,
RecorderState oldState,
RecorderState newState) |
Modifier and Type | Method and Description |
---|---|
void |
IRecorderUiContributor.recorderStateChanged(RecorderState oldState,
RecorderState newState) |
© Copyright IBM Corp. 2013. All rights reserved.