Klasse java.awt.event.InvocationEvent | 1.2 |
java.lang.Object | +--java.util.EventObject | +--java.awt.AWTEvent | +--java.awt.event.InvocationEvent
Datenelemente | |
---|---|
public static final int | INVOCATION_DEFAULT |
public static final int | INVOCATION_FIRST |
public static final int | INVOCATION_LAST |
protected boolean | catchExceptions |
protected Object | notifier |
protected Runnable | runnable |
Konstruktoren | |
---|---|
public | InvocationEvent(Object source, Runnable runnable) |
public | InvocationEvent(Object source, Runnable runnable, Object notifier, boolean catchExceptions) |
protected | InvocationEvent(Object source, int id, Runnable runnable, Object notifier, boolean catchExceptions) |
Methoden | |
---|---|
public void | dispatch() |
public Exception | getException() |
public long | getWhen() ![]() |
public String | paramString() |