BowlerKernel
ISpeakingProgress.java
Go to the documentation of this file.
1 package com.neuronrobotics.bowlerstudio;
2 
3 
4 public interface ISpeakingProgress {
5 
6  void update(double percentage,AudioStatus status);
7 
8 }
void update(double percentage, AudioStatus status)