Searched defs:addLineMonitor (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DEventDispatcher.java347 void addLineMonitor(LineMonitor lm) { method in class:EventDispatcher
348 if (Printer.trace)Printer.trace("> EventDispatcher.addLineMonitor("+lm+")");
351 if (Printer.trace)Printer.trace("< EventDispatcher.addLineMonitor finished -- this monitor already exists!");
361 if (Printer.debug)Printer.debug("< EventDispatcher.addLineMonitor finished -- now ("+lineMonitors.size()+" monitors)");

Completed in 23 milliseconds