Searched defs:LineMonitor (Results 1 - 1 of 1) 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

Completed in 247 milliseconds