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

Packages that use InvokeEvent
org.objectweb.jac.aspects.gui   
 

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

Methods in org.objectweb.jac.aspects.gui with parameters of type InvokeEvent
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.
 Object EventHandler.onInvokeSynchronous(DisplayContext context, InvokeEvent invoke)
          Invoke a method and waits for the result (and returns it).
 

Constructors in org.objectweb.jac.aspects.gui with parameters of type InvokeEvent
InvokeThread(InvokeEvent invoke)
          Creates a new thread that will invoke a method when started.
InvokeThread(InvokeEvent invoke, String[] attrNames, Object[] attrValues, String[] lattrNames, Object[] lattrValues)
          Creates a new thread that will invoke a method when started.