KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > sampled > LineEvent

javax.sound.sampled
Class LineEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.sound.sampled.LineEvent
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, Line, LineListener.update(javax.sound.sampled.LineEvent)

public final long getFramePosition()
See Also:
AudioSystem.NOT_SPECIFIED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final Line getLine()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final LineEvent.Type getType()
See Also:
LineEvent.Type.STOP, LineEvent.Type.START, LineEvent.Type.CLOSE, LineEvent.Type.OPEN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public LineEvent(Line line,
                 LineEvent.Type type,
                 long position)
See Also:
IllegalArgumentException, AudioSystem.NOT_SPECIFIED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
EventObject
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags