CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Mark Wielaard <[EMAIL PROTECTED]>       05/11/14 20:47:07

Modified files:
        .              : ChangeLog 
        javax/swing    : Timer.java 

Log message:
        As suggested by Joao Victor <[EMAIL PROTECTED]>:
        * javax/swing/Timer.java (Waker): Removed class.
        (Task): New class.
        (timer): New field.
        (running): Removed field.
        (waker): Likewise.
        (task): New field.
        (isRunning): Check whether task is null.
        (start): Create task and schedule it with timer.
        (stop): Cancel task and clear field.
        (queueEvent): Synchronized on queueLock.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5585&tr2=1.5586&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/Timer.java.diff?tr1=1.24&tr2=1.25&r1=text&r2=text



Reply via email to