Generated by
JDiff

Class java.awt.event.InvocationEvent

Documentation changed from old to new.

Changed Constructors
InvocationEvent(Object, int, Runnable, Object, boolean) Documentation changed from old to new.
Constructs an InvocationEvent with the specified source and ID which will execute the runnable's run method when dispatched.
InvocationEvent(Object, Runnable) Documentation changed from old to new.
Constructs an InvocationEvent with the specified source which will execute the runnable's run method when dispatched.
InvocationEvent(Object, Runnable, Object, boolean) Documentation changed from old to new.
Constructs an InvocationEvent with the specified source which will execute the runnable's run method when dispatched.
 

Added Methods
long getWhen() Returns the timestamp of when this event occurred.