EventQueue

org.nlogo.awt.EventQueue
object EventQueue

Attributes

Source
EventQueue.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
EventQueue.type

Members list

Value members

Concrete methods

def invokeAndWait(r: Runnable): Unit

Isn't declared as throwing InvocationTargetException, so this is slightly more convenient to call from Java than the java.awt.EventQueue version is.

Isn't declared as throwing InvocationTargetException, so this is slightly more convenient to call from Java than the java.awt.EventQueue version is.

Attributes

Source
EventQueue.scala
def invokeLater(r: Runnable): Unit

At the moment this one is useless, but historically we sometimes had extra stuff attached here, and we might want to add some again in the future.

At the moment this one is useless, but historically we sometimes had extra stuff attached here, and we might want to add some again in the future.

Attributes

Source
EventQueue.scala