|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectgriffon.core.GriffonApplication.Event
public enum GriffonApplication.Event
Defines all the events triggered by the application.
Field Summary | |
---|---|
private String |
name
Defines the basic contract of a Griffon application. |
Method Summary | |
---|---|
def
|
Event()
|
def
|
Event(String name)
|
String
|
getName()
Returns the capitalized String representation of this Event object. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Enum Constant Detail |
---|
GriffonApplication.Event BOOTSTRAP_END
GriffonApplication.Event BOOTSTRAP_START
GriffonApplication.Event CREATE_MVC_GROUP
GriffonApplication.Event DESTROY_MVC_GROUP
GriffonApplication.Event INITIALIZE_MVC_GROUP
GriffonApplication.Event LOAD_ADDONS_END
GriffonApplication.Event LOAD_ADDONS_START
GriffonApplication.Event LOAD_ADDON_END
GriffonApplication.Event LOAD_ADDON_START
GriffonApplication.Event LOG4J_CONFIG_START
GriffonApplication.Event NEW_INSTANCE
GriffonApplication.Event READY_END
GriffonApplication.Event READY_START
GriffonApplication.Event SHUTDOWN_ABORTED
GriffonApplication.Event SHUTDOWN_REQUESTED
GriffonApplication.Event SHUTDOWN_START
GriffonApplication.Event STARTUP_END
GriffonApplication.Event STARTUP_START
GriffonApplication.Event STOP_END
GriffonApplication.Event STOP_START
GriffonApplication.Event UNCAUGHT_EXCEPTION_THROWN
GriffonApplication.Event WINDOW_HIDDEN
GriffonApplication.Event WINDOW_SHOWN
Field Detail |
---|
private String name
Method Detail |
---|
def Event()
def Event(String name)
public String getName()
Groovy Documentation