de.oio.bugkilla.splitter
Class LastUserInteraction

java.lang.Object
  |
  +--de.oio.bugkilla.protocol.CommandLanguage
        |
        +--de.oio.bugkilla.splitter.FilterState
              |
              +--de.oio.bugkilla.splitter.LastUserInteraction
All Implemented Interfaces:
CallHandler, Commandable

public class LastUserInteraction
extends FilterState

Author:
cdedek To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
 
Fields inherited from class de.oio.bugkilla.splitter.FilterState
manager
 
Fields inherited from class de.oio.bugkilla.protocol.CommandLanguage
EXIT_RECORDER, START_RECORDING, START_TEST_STEP, START_USER_INTERACTION, STOP_RECORDING
 
Constructor Summary
LastUserInteraction(FilterManager manager)
          Constructor for LastUserInteraction.
 
Method Summary
 void waitForLastConversation()
          Blocks the calling thread until the last Conversation was served and the sets the Filterstate to Connected
 
Methods inherited from class de.oio.bugkilla.splitter.FilterState
handleIncomingCall
 
Methods inherited from class de.oio.bugkilla.protocol.CommandLanguage
startRecording, startRecordingUserInteraction, stop, stopRecording
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.oio.bugkilla.protocol.Commandable
startRecording, startRecordingUserInteraction, stop, stopRecording
 

Constructor Detail

LastUserInteraction

public LastUserInteraction(FilterManager manager)
Constructor for LastUserInteraction.

Parameters:
manager -
Method Detail

waitForLastConversation

public void waitForLastConversation()
Blocks the calling thread until the last Conversation was served and the sets the Filterstate to Connected



Copyright © Orientation in Objects GmbH. All Rights Reserved.