package org.jmol.api;

public interface JmolAudioPlayer {
  
  public void action(String action);

  void processUpdate(String type); 
}
