예제 #1
0
  public void playModel(FModel model) throws Exception {
    if (model == null) {
      throw new IllegalArgumentException();
    }
    instanse.stop();

    String path = model.getPath();
    instanse.play(path);
  }
예제 #2
0
 @Override
 public void play() {
   instanse.play();
 }