/commandslib/src/com/google/android/marvin/commands/CommandExecutor.java
http://eyes-free.googlecode.com/ · Java · 14 lines · 5 code · 4 blank · 5 comment · 0 complexity · 4d0565f8f17e76e83b33d9c7d49d213c MD5 · raw file
- // Copyright 2010 Google Inc. All Rights Reserved.
- package com.google.android.marvin.commands;
- import android.content.Context;
- /**
- * @author clsimon@google.com (Cheryl Simon)
- *
- */
- public interface CommandExecutor {
- String executeCommand(Context context);
- }