package com.akjava.gwt.html5.client.speechrecognition.listeners; public interface SpeechRecognitionStartListener { public void onStart(); }