KickJava   Java API By Example, From Geeks To Geeks.

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

javax.sound.sampled
Class LineEvent.Type

java.lang.Object
  extended by javax.sound.sampled.LineEvent.Type
Enclosing class:
LineEvent
See Also:
Source Code, LineEvent.getType()

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


public final boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected LineEvent.Type(String name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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

Popular Tags