|
Griffon 1.2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
griffon.core.GriffonArtifactgriffon.core.ResourceHandler
griffon.core.MVCHandler
griffon.core.ApplicationHandler
griffon.core.GriffonService
griffon.core.ThreadingHandler
public interface GriffonService extends GriffonArtifact
Identifies a Service artifact.
| Method Summary | |
|---|---|
void
|
serviceDestroy()
Cleanup callback. |
void
|
serviceInit()
Post initialization callback. |
| Methods inherited from interface GriffonArtifact | |
|---|---|
| getGriffonClass, getLog, getMetaClass, newInstance |
| Methods inherited from interface ResourceHandler | |
|---|---|
| getResourceAsStream, getResourceAsURL, getResources |
| Methods inherited from interface ApplicationHandler | |
|---|---|
| getApp |
| Methods inherited from interface ThreadingHandler | |
|---|---|
| execFuture, execFuture, execFuture, execFuture, execInsideUIAsync, execInsideUISync, execOutsideUI, isUIThread |
| Method Detail |
|---|
public void serviceDestroy()
Called by the ServiceManager when the application is shutting down.
public void serviceInit()
Called by the ServiceManager right after the Service has been instantiated
Groovy Documentation