Uses of Class
org.objectweb.jac.aspects.gui.InvokeThread

Packages that use InvokeThread
org.objectweb.jac.aspects.gui Provides a simple and generic GUI (Graphical User Interface) aspect. 
 

Uses of InvokeThread in org.objectweb.jac.aspects.gui
 

Methods in org.objectweb.jac.aspects.gui that return InvokeThread
static InvokeThread InvokeThread.run(InvokeEvent invoke, String[] attrNames, Object[] attrValues, String[] lattrNames, Object[] lattrValues)
          Runs a method in a new thread and sets a display for this thread.
static InvokeThread InvokeThread.quietRun(InvokeEvent invoke, String[] attrNames, Object[] attrValues, String[] lattrNames, Object[] lattrValues)
          Runs a method in a new thread and sets a display for this thread.
static InvokeThread InvokeThread.run(InvokeEvent invoke)
          Runs a method in a new thread.
 InvokeThread EventHandler.onInvoke(DisplayContext context, InvokeEvent invoke)
          Upcalled when an invocation is performed on an object.
 InvokeThread EventHandler.onInvoke(DisplayContext context, InvokeEvent invoke, String[] attrNames, Object[] attrValues)
          Upcalled when an invocation is performed on an object.
 InvokeThread EventHandler.onInvoke(DisplayContext context, InvokeEvent invoke, boolean askFormParameters, String[] attrNames, Object[] attrValues)
          Invoke a method in the general case.