/[classpath]/classpath/javax/swing/Timer.java
ViewVC logotype

Diff of /classpath/javax/swing/Timer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by audriusa, Sat Feb 26 20:42:59 2005 UTC revision 1.19 by tromey, Tue Apr 26 18:56:19 2005 UTC
# Line 446  public class Timer Line 446  public class Timer
446     * In the coalescing mode, a single event is fired as a replacement     * In the coalescing mode, a single event is fired as a replacement
447     * for all queued events. In non coalescing mode, a series of     * for all queued events. In non coalescing mode, a series of
448     * all queued events is fired.     * all queued events is fired.
449       * This is package-private to avoid an accessor method.
450     */     */
451    private void drainEvents()    void drainEvents()
452    {    {
453      synchronized (queueLock)      synchronized (queueLock)
454        {        {
# Line 470  public class Timer Line 471  public class Timer
471    
472    /**    /**
473    * Post a scheduled event to the event queue.    * Post a scheduled event to the event queue.
474      * Package-private to avoid an accessor method.
475    */    */
476    private void queueEvent()    void queueEvent()
477    {    {
478      synchronized (queueLock)      synchronized (queueLock)
479        {        {

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26