Liking cljdoc? Tell your friends :D
Clojure only.

javax.sound.sampled.LineListener

Instances of classes that implement the LineListener interface can register to receive events when a line's status changes.

Instances of classes that implement the LineListener interface can register to
receive events when a line's status changes.
raw docstring

updateclj

(update this event)

Informs the listener that a line's state has changed. The listener can then invoke LineEvent methods to obtain information about the event.

event - a line event that describes the change - javax.sound.sampled.LineEvent

Informs the listener that a line's state has changed.  The listener can then invoke
 LineEvent methods to obtain information about the event.

event - a line event that describes the change - `javax.sound.sampled.LineEvent`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close