public class SpeechSubmitRunnable
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
SpeechSubmitRunnable(UserTracker userTracker,
Building building,
java.util.List<GridNode> path,
android.content.Context context)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
public SpeechSubmitRunnable(UserTracker userTracker, Building building, java.util.List<GridNode> path, android.content.Context context)
userTracker - Tracker currently tracking the userbuilding - Building the user is currently inpath - The generated path for the usercontext - Context the main loop is currently being run in