Griffon 0.9.5-rc2

Deprecated API


Methods
EventPublisher#publishEventOutside(String eventName)
      Publishes an event.
EventPublisher#publishEventOutside(String eventName, List args)
      Publishes an event.
EventRouter#publishOutside(String eventName)
      Publishes an event with optional arguments.
EventRouter#publishOutside(String eventName, List params)
      Publishes an event with optional arguments.
GriffonApplication#eventOutside(String eventName)
      Publishes an application event asynchronously off the UI thread.
GriffonApplication#eventOutside(String eventName, List params)
      Publishes an application event asynchronously off the UI thread.
GriffonApplicationHelper#runScriptInsideUIThread(String scriptName, GriffonApplication app)
      Executes a script inside the UI Thread.
ThreadingHandler#execAsync(Runnable runnable)
      Executes a code block asynchronously on the UI thread.
ThreadingHandler#execOutside(Runnable runnable)
      Executes a code block outside of the UI thread.
ThreadingHandler#execSync(Runnable runnable)
      Executes a code block synchronously on the UI thread.


Groovy Documentation