Uses of Class javax.sound.sampled.LineEvent.Type

Uses in package javax.sound.sampled

Constructors with parameter type javax.sound.sampled.LineEvent.Type

LineEvent.LineEvent(Line line, LineEvent.Type type, long pos)
Create a new LineEvent with the indicated line, type, and frame position.

Fields of type javax.sound.sampled.LineEvent.Type

LineEvent.Type
An event of this type is posted when a Line closes.
LineEvent.Type
An event of this type is posted when a Line opens.
LineEvent.Type
An event of this type is posted when a Line starts.
LineEvent.Type
An event of this type is posted when a Line stops.

Methods with return type javax.sound.sampled.LineEvent.Type

LineEvent.Type
Return the Type associated with this event.