-
Enhancement
-
Resolution: Fixed
-
P2
-
1.3.0
-
None
-
kestrel
-
generic
-
generic
The isRunning() method on the DataLine and Sequencer interfaces
should be renamed to isStarted().
Both of these interfaces have methods called start() and stop(),
and DataLine generates START and STOP events. For naming
consistency, the method used to query the start/stop state
should be called "isStarted()".
should be renamed to isStarted().
Both of these interfaces have methods called start() and stop(),
and DataLine generates START and STOP events. For naming
consistency, the method used to query the start/stop state
should be called "isStarted()".
- relates to
-
JDK-4791152 SPEC: description of isRunning(), isActive() is incomplete
- Closed