|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AudioThread
Interface defining public methods and variables used in AudioThread classes
JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
| Field Summary | |
|---|---|
static boolean |
GET
Used to return value from synchronised boolean methods |
static boolean |
NA
Used as parameter when returning value from synchronised boolean methods |
static boolean |
SET
Used to set value in synchronised boolean methods |
| Method Summary | |
|---|---|
boolean |
alive()
Checks if the thread is still alive (or in the process of shutting down) Once cleanup has finished, this should return False |
void |
die()
Method used to tell the thread that it should shutdown |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Field Detail |
|---|
static final boolean GET
static final boolean SET
static final boolean NA
| Method Detail |
|---|
boolean alive()
Once cleanup has finished, this should return False
void die()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||