javax.sound.sampled
public static class LineEvent.Type extends Object
Since: 1.3
| Field Summary | |
|---|---|
| static LineEvent.Type | CLOSE An event of this type is posted when a Line closes. |
| static LineEvent.Type | OPEN An event of this type is posted when a Line opens. |
| static LineEvent.Type | START An event of this type is posted when a Line starts. |
| static LineEvent.Type | STOP An event of this type is posted when a Line stops. |
| Constructor Summary | |
|---|---|
| protected | Type(String name)
Create a new type with the indicated name. |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| int | hashCode() |
| String | toString()
Return the name of this Type. |
Parameters: name the name