de.oio.bugkilla.recorder
Class NotConnected

java.lang.Object
  |
  +--de.oio.bugkilla.protocol.CommandLanguage
        |
        +--de.oio.bugkilla.recorder.RecorderState
              |
              +--de.oio.bugkilla.recorder.NotConnected
All Implemented Interfaces:
Commandable

public class NotConnected
extends RecorderState

Author:
mniete Waiting till recorder client is connected with the Server.

Field Summary
 
Fields inherited from class de.oio.bugkilla.recorder.RecorderState
manager
 
Fields inherited from class de.oio.bugkilla.protocol.CommandLanguage
EXIT_RECORDER, START_RECORDING, START_TEST_STEP, START_USER_INTERACTION, STOP_RECORDING
 
Constructor Summary
NotConnected(RecorderManager recorderManager)
           
 
Method Summary
 void startRecording()
          Starts recording a new TestSequence.
 
Methods inherited from class de.oio.bugkilla.protocol.CommandLanguage
startRecordingUserInteraction, stop, stopRecording
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotConnected

public NotConnected(RecorderManager recorderManager)
See Also:
de.oio.bugkilla.recorder.RecorderState#RecorderState(de.oio. bugkilla.recorder.RecorderManager)
Method Detail

startRecording

public void startRecording()
Description copied from interface: Commandable
Starts recording a new TestSequence. Sending this signal the implementing class creates for each step a new TestStep object adding this to the TestSequence until the signal stopRecording is sent.

Specified by:
startRecording in interface Commandable
Overrides:
startRecording in class CommandLanguage
See Also:
Commandable.startRecording()


Copyright © Orientation in Objects GmbH. All Rights Reserved.