App zur Steuerung des mpv Mediaplayers auf einem Raspberry Pi über HTTP
ulrich
2021-03-22 0c8d27c8a1708d1c315aca89db47d48488fd44ca
commit | author | age
0c8d27 1 /*
U 2  * To change this license header, choose License Headers in Project Properties.
3  * To change this template file, choose Tools | Templates
4  * and open the template in the editor.
5  */
6 package de.uhilger.avdirektor.handler;
7
8 /**
9  *
10  * @author ulrich
11  */
12 public class StopHandler extends CmdHandler {
13
14   @Override
15   public void setCmd(String cmd) {
16     this.cmd = cmd;
17   }
18   
19 }