Liking cljdoc? Tell your friends :D

javax.sound.sampled.LineEvent$Type

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).
raw docstring

*-closeclj

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
raw docstring

*-openclj

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
raw docstring

*-startclj

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
raw docstring

*-stopclj

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
raw docstring

equalsclj

(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`
raw docstring

hash-codeclj

(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`
raw docstring

to-stringclj

(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`
raw docstring

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

× close