org.robokind.api.speech
Interface SpeechJob

All Superinterfaces:
org.jflux.api.core.Notifier<org.jflux.api.core.playable.Playable.PlayState>
All Known Implementing Classes:
DefaultSpeechJob

public interface SpeechJob
extends org.jflux.api.core.Notifier<org.jflux.api.core.playable.Playable.PlayState>

Author:
matt

Method Summary
 long getSpeechJobId()
           
 String getSpeechText()
           
 long getStartTime()
           
 int getStatus()
           
 void setStatus(int status)
           
 
Methods inherited from interface org.jflux.api.core.Notifier
addListener, notifyListeners, removeListener
 

Method Detail

getSpeechJobId

long getSpeechJobId()

getSpeechText

String getSpeechText()

getStartTime

long getStartTime()

getStatus

int getStatus()

setStatus

void setStatus(int status)


Copyright © 2011-2013. All Rights Reserved.