NewPhrasesMessage.java
Go to the documentation of this file.
00001 package com.riverlab.robotmanager.voice_recognition;
00002 
00003 import java.util.ArrayList;
00004 
00005 public class NewPhrasesMessage
00006 {
00007         ArrayList<String> newVocab;
00008         boolean isRequired;
00009         boolean reset;
00010         
00011         public NewPhrasesMessage(ArrayList<String> newVocab, boolean isRequired, boolean reset)
00012         {
00013                 this.newVocab = newVocab;
00014                 this.isRequired = isRequired;
00015                 this.reset = reset;
00016         }
00017 }


google_glass_driver
Author(s): Nicholas Otero
autogenerated on Fri Aug 28 2015 10:51:44