Lines Matching refs:when
33 * </code> when dispatched by the AWT event dispatcher thread. This class can
118 * The timestamp of when this event occurred.
123 private long when;
133 * method when dispatched.
156 * method when dispatched. If notifier is non-<code>null</code>,
176 * should catch Throwable when executing
194 * method when dispatched. If notifier is non-<code>null</code>,
213 * should catch Throwable when executing the
228 this.when = System.currentTimeMillis();
233 * notifier (if any) when <code>run()</code> has returned or thrown an exception.
290 * Returns the timestamp of when this event occurred.
296 return when;
349 ",catchExceptions=" + catchExceptions + ",when=" + when;