File was renamed from src/de/uhilger/calypso/MeldeThread.java |
| | |
| | | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| | | */ |
| | | |
| | | package de.uhilger.calypso; |
| | | package de.uhilger.calypso.neu; |
| | | |
| | | import java.util.logging.Logger; |
| | | import java.util.logging.Level; |
| | |
| | | this.meldeUrlStr = meldeUrlStr; |
| | | } |
| | | |
| | | /** |
| | | * ausfuehren des Threads |
| | | */ |
| | | @Override |
| | | public void run() { |
| | | try { |
| | | exitValue = omxplayer.waitFor(); |
| | | prozessBeendetMelden(); |
| | | } catch(Exception ex) { |
| | | lauscher.clear(); |
| | | lauscher = null; |
| | | } catch(InterruptedException ex) { |
| | | logger.log(Level.FINE, ex.getMessage(), ex); |
| | | } finally { |
| | | aufraeumen(); |