Griffon 1.2.0

griffon.core
[Java] Interface LifecycleHandler

griffon.core.LifecycleHandler
  griffon.core.ApplicationHandler
      griffon.core.ThreadingHandler
All Superinterfaces:
ApplicationHandler, ThreadingHandler

public interface LifecycleHandler
extends ApplicationHandler, Runnable, ThreadingHandler

Defines the contract of an application lifecycle handling class.

Authors:
Andres Almiray
Since:
0.9.3


Method Summary
 
Methods inherited from interface Runnable
run
 
Methods inherited from interface ApplicationHandler
getApp
 
Methods inherited from interface ThreadingHandler
execFuture, execFuture, execFuture, execFuture, execInsideUIAsync, execInsideUISync, execOutsideUI, isUIThread
 

Groovy Documentation