Groovy Documentation

griffon.plugins.processing.artifact
[Java] Interface GriffonProcessingView

griffon.core.ThreadingHandler
  griffon.core.GriffonArtifact
      griffon.core.MVCHandler
          griffon.core.ResourceHandler
              griffon.plugins.processing.artifact.GriffonProcessingView
                  griffon.core.ApplicationHandler
All Superinterfaces:
ThreadingHandler, GriffonArtifact, MVCHandler, ResourceHandler, ApplicationHandler

public interface GriffonProcessingView
extends GriffonMvcArtifact

Authors:
Andres Almiray


Method Summary
void draw()

void init()

void setup()

 
Methods inherited from interface GriffonMvcArtifact
mvcGroupInit, mvcGroupDestroy, newInstance, getMetaClass, getLog, getGriffonClass, getApp, isUIThread, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsStream, getResources, getResourceAsURL
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

draw

public void draw()


init

public void init()


setup

public void setup()


 

Groovy Documentation