A GWT Timer implementation that has a public flag indicating if {@link #cancel(boolean)} has been called.
This Timer class only allows a single call to either {@link #schedule(int)}or {@link #scheduleRepeating(int)}. Further attempts to schedule the call will result in {@link IllegalStateException}.
@author Jonathan Fuerth
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.