|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifecycleCallbackType
A representation of the model object 'Lifecycle Callback Type'. The lifecycle-callback type specifies a method on a class to be called when a lifecycle event occurs. Note that each class may have only one lifecycle callback method for any given event and that the method may not be overloaded. If the lifefycle-callback-class element is missing then the class defining the callback is assumed to be the component class in scope at the place in the descriptor in which the callback definition appears.
The following features are supported:
Webapp25Package.getLifecycleCallbackType()
Method Summary | |
---|---|
FullyQualifiedClassType |
getLifecycleCallbackClass()
Returns the value of the 'Lifecycle Callback Class' containment reference. |
JavaIdentifierType |
getLifecycleCallbackMethod()
Returns the value of the 'Lifecycle Callback Method' containment reference. |
void |
setLifecycleCallbackClass(FullyQualifiedClassType value)
Sets the value of the ' Lifecycle Callback Class ' containment reference. |
void |
setLifecycleCallbackMethod(JavaIdentifierType value)
Sets the value of the ' Lifecycle Callback Method ' containment reference. |
Method Detail |
---|
FullyQualifiedClassType getLifecycleCallbackClass()
If the meaning of the 'Lifecycle Callback Class' containment reference isn't clear, there really should be more of a description here...
setLifecycleCallbackClass(FullyQualifiedClassType)
,
Webapp25Package.getLifecycleCallbackType_LifecycleCallbackClass()
void setLifecycleCallbackClass(FullyQualifiedClassType value)
Lifecycle Callback Class
' containment reference.
value
- the new value of the 'Lifecycle Callback Class' containment reference.getLifecycleCallbackClass()
JavaIdentifierType getLifecycleCallbackMethod()
If the meaning of the 'Lifecycle Callback Method' containment reference isn't clear, there really should be more of a description here...
setLifecycleCallbackMethod(JavaIdentifierType)
,
Webapp25Package.getLifecycleCallbackType_LifecycleCallbackMethod()
void setLifecycleCallbackMethod(JavaIdentifierType value)
Lifecycle Callback Method
' containment reference.
value
- the new value of the 'Lifecycle Callback Method' containment reference.getLifecycleCallbackMethod()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |