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. |