LineEventpublic static class LineEvent.Type extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static final LineEvent.Type |
CLOSE |
A type of event that is sent when a line closes, freeing the system resources it had obtained when it was opened. |
static final LineEvent.Type |
OPEN |
A type of event that is sent when a line opens, reserving system resources for itself. |
static final LineEvent.Type |
START |
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. |
static final LineEvent.Type |
STOP |
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. |
| Modifier | Constructor | Description |
|---|---|---|
protected |
Constructs a new event type. |
| Modifier and Type | Method | Description |
|---|---|---|
final boolean |
equals |
Indicates whether the specified object is equal to this event type, returning true if the objects are the same. |
final int |
hashCode() |
Returns a hash code value for this event type. |
String |
toString() |
Returns type's name as the string representation of the event type. |
public static final LineEvent.Type OPEN
public static final LineEvent.Type CLOSE
public static final LineEvent.Type START
start request.public static final LineEvent.Type STOP
stop request, or because the end of media has been reached.protected Type(String name)
name - name of the typepublic final boolean equals(Object obj)
true if the objects are the same.
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.desktop/javax/sound/sampled/LineEvent.Type.html