Searched defs:catchThrowables (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DInvocationEvent.java160 * runnable, notifier, catchThrowables)</tt>
162 * <tt>{@link #InvocationEvent(Object, int, Runnable, Object, boolean) InvocationEvent}(source, InvocationEvent.INVOCATION_DEFAULT, runnable, notifier, catchThrowables)</tt>.
175 * @param catchThrowables Specifies whether <code>dispatch</code>
187 boolean catchThrowables) {
188 this(source, INVOCATION_DEFAULT, runnable, notifier, catchThrowables);
212 * @param catchThrowables Specifies whether <code>dispatch</code>
223 Object notifier, boolean catchThrowables) {
227 this.catchExceptions = catchThrowables;
186 InvocationEvent(Object source, Runnable runnable, Object notifier, boolean catchThrowables) argument
222 InvocationEvent(Object source, int id, Runnable runnable, Object notifier, boolean catchThrowables) argument

Completed in 28 milliseconds