org.robokind.impl.speechrec
Class PortableSpeechRecEventList

java.lang.Object
  extended by org.robokind.impl.speechrec.PortableSpeechRecEventList
All Implemented Interfaces:
SpeechRecEventList

public class PortableSpeechRecEventList
extends Object
implements SpeechRecEventList

Author:
Jason G. Pallack

Nested Class Summary
static class PortableSpeechRecEventList.MessageRecordAdapter
           
static class PortableSpeechRecEventList.RecordMessageAdapter
           
 
Constructor Summary
PortableSpeechRecEventList(SpeechRecEventList eventList)
           
PortableSpeechRecEventList(SpeechRecEventListRecord record)
           
PortableSpeechRecEventList(String sourceId, String destId, List<SpeechRecEvent> events, long timestamp)
           
 
Method Summary
 String getEventDestinationId()
           
 SpeechRecEventListRecord getRecord()
           
 List<SpeechRecEvent> getSpeechRecEvents()
           
 String getSpeechRecServiceId()
           
 long getTimestampMillisecUTC()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortableSpeechRecEventList

public PortableSpeechRecEventList(SpeechRecEventListRecord record)

PortableSpeechRecEventList

public PortableSpeechRecEventList(SpeechRecEventList eventList)

PortableSpeechRecEventList

public PortableSpeechRecEventList(String sourceId,
                                  String destId,
                                  List<SpeechRecEvent> events,
                                  long timestamp)
Method Detail

getTimestampMillisecUTC

public long getTimestampMillisecUTC()
Specified by:
getTimestampMillisecUTC in interface SpeechRecEventList

getSpeechRecServiceId

public String getSpeechRecServiceId()
Specified by:
getSpeechRecServiceId in interface SpeechRecEventList

getEventDestinationId

public String getEventDestinationId()
Specified by:
getEventDestinationId in interface SpeechRecEventList

getSpeechRecEvents

public List<SpeechRecEvent> getSpeechRecEvents()
Specified by:
getSpeechRecEvents in interface SpeechRecEventList

getRecord

public SpeechRecEventListRecord getRecord()


Copyright © 2011-2012. All Rights Reserved.