Java.Util.Timer: Constructor Members

The constructors of Java.Util.Timer are listed below. For a list of all members, see the Timer Members list.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new non-daemon Timer.
Creates a new Timer which may be specified to be run as a daemon thread.
Creates a new named Timer which does not run as a daemon thread.
Creates a new named Timer which may be specified to be run as a daemon thread.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.