Searched refs:LineMonitor (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DEventDispatcher.java77 private final ArrayList<LineMonitor> lineMonitors = new ArrayList<LineMonitor>();
80 * Approximate interval between calls to LineMonitor.checkLine
345 * Add this LineMonitor instance to the list of monitors
347 void addLineMonitor(LineMonitor lm) {
365 * Remove this LineMonitor instance from the list of monitors
367 void removeLineMonitor(LineMonitor lm) {
445 interface LineMonitor { interface in class:EventDispatcher
H A DDirectAudioDevice.java372 private static class DirectDL extends AbstractDataLine implements EventDispatcher.LineMonitor {

Completed in 4360 milliseconds