java.lang.Object
java.util.EventObject
java.awt.AWTEvent
java.awt.event.InvocationEvent
- All Implemented Interfaces:
- ActiveEvent, Serializable
- See Also:
- Source Code,
EventQueue.invokeLater(java.lang.Runnable)
,
EventQueue.invokeAndWait(java.lang.Runnable)
,
AWTEventListener
protected boolean catchExceptions
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void dispatch()
- See Also:
- ActiveEvent
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Exception getException()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Throwable getThrowable()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public long getWhen()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected InvocationEvent(Object source,
int id,
Runnable runnable,
Object notifier,
boolean catchThrowables)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public InvocationEvent(Object source,
Runnable runnable)
- See Also:
InvocationEvent(Object, Runnable, Object, boolean)
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public InvocationEvent(Object source,
Runnable runnable,
Object notifier,
boolean catchThrowables)
- See Also:
InvocationEvent(Object, int, Runnable, Object, boolean)
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int INVOCATION_DEFAULT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int INVOCATION_FIRST
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int INVOCATION_LAST
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Object notifier
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String paramString()
- See Also:
- AWTEvent
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Runnable runnable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples