javaMethodEDT
Call Java method from Event Dispatch Thread (EDT)
Syntax
Description
javaMethodEDT( calls
the method in the class of the Java® object array with the signature
matching the arguments MethodName,JavaObj,x1,...,xN)x1,...,xN. MATLAB® calls the method from the
Event Dispatch Thread (EDT).
javaMethodEDT( calls
the static method in class StaticMethodName,ClassName,x1,...,xN)ClassName.
Examples
Input Arguments
More About
Version History
Introduced in R2009a
See Also
javaMethod | javaObjectEDT | import | methods | isjava