SimpleTimerpublic class SimpleTimer extends Object
Fields Summary |
---|
protected static final Timer | timerA simple timer class for use by application components that want to schedule
low-overhead events (i.e. when fired the event shouldn't take significant processing
time as there is a limited thread pool to service it |
|