API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled. LineEvent.Type View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      LineEvent.Type
Implements
Subclasses
Description
publicstatic class LineEvent.Type
  The LineEvent.Type inner class identifies what kind of event occurred on a line.
See also:    LineEvent.getType()
Constructors
protected LineEvent.Type (String name)
  Constructs a new event type.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object obj)
  Indicates whether the specified object is equal to this event type, returning true if the objects are identical.
publicfinal int hashCode ()
Finalizes the hashcode method.
public String toString ()
Returns the type name as the string representation.
Fields
Hide/Show inherited fields
publicfinalstatic Type CLOSE
  A type of event that is sent when a line closes, freeing the system resources it had obtained when it was opened.
publicfinalstatic Type OPEN
  A type of event that is sent when a line opens, reserving system resources for itself.
publicfinalstatic 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.
publicfinalstatic 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.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar