de.oio.bugkilla.recorder
Class Connected

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

public class Connected
extends RecorderState

Author:
mniete State Connected with server. In call startUserInteraction() the state change to the new state NoUserInteraction.

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
Connected(RecorderManager recorderManager)
           
 
Method Summary
 void startRecording()
          Starts recording a new TestSequence.
 void stop()
          Stops the process of creating new TestStep objects added to the current TestSequence.
 
Methods inherited from class de.oio.bugkilla.protocol.CommandLanguage
startRecordingUserInteraction, stopRecording
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connected

public Connected(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()

stop

public void stop()
Description copied from interface: Commandable
Stops the process of creating new TestStep objects added to the current TestSequence. Also like stopRecording calling this method should terminate the TestSequence object and memorize it.

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


Copyright © Orientation in Objects GmbH. All Rights Reserved.