The LineEvent.Type inner class identifies what kind of event occurred on a line. Static instances are provided for the common types (OPEN, CLOSE, START, and STOP).
The LineEvent.Type inner class identifies what kind of event occurred on a line. Static instances are provided for the common types (OPEN, CLOSE, START, and STOP).
Static Constant.
A type of event that is sent when a line closes, freeing the system resources it had obtained when it was opened.
type: javax.sound.sampled.LineEvent.Type
Static Constant. A type of event that is sent when a line closes, freeing the system resources it had obtained when it was opened. type: javax.sound.sampled.LineEvent.Type
Static Constant.
A type of event that is sent when a line opens, reserving system resources for itself.
type: javax.sound.sampled.LineEvent.Type
Static Constant. A type of event that is sent when a line opens, reserving system resources for itself. type: javax.sound.sampled.LineEvent.Type
Static Constant.
A type of event that is sent when a line begins to engage in active input or output of audio data in response to a start request.
type: javax.sound.sampled.LineEvent.Type
Static Constant. A type of event that is sent when a line begins to engage in active input or output of audio data in response to a start request. type: javax.sound.sampled.LineEvent.Type
Static Constant.
A type of event that is sent when a line ceases active input or output of audio data in response to a stop request, or because the end of media has been reached.
type: javax.sound.sampled.LineEvent.Type
Static Constant. A type of event that is sent when a line ceases active input or output of audio data in response to a stop request, or because the end of media has been reached. type: javax.sound.sampled.LineEvent.Type
(equals this obj)
Indicates whether the specified object is equal to this event type, returning true if the objects are identical.
obj - the reference object with which to compare - java.lang.Object
returns: true if this event type is the same as
obj; false otherwise - boolean
Indicates whether the specified object is equal to this event type, returning true if the objects are identical. obj - the reference object with which to compare - `java.lang.Object` returns: true if this event type is the same as obj; false otherwise - `boolean`
(hash-code this)
Finalizes the hashcode method.
returns: a hash code value for this object. - int
Finalizes the hashcode method. returns: a hash code value for this object. - `int`
(to-string this)
Returns the type name as the string representation.
returns: a string representation of the object. - java.lang.String
Returns the type name as the string representation. returns: a string representation of the object. - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close