|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FrontEndEvent
A front-end event is represented by some kind of even on some kind of front-end (hyperlink, submit button, etc).
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
FrontEndAction |
getAction()
The action which triggers the "front-end" event. |
FrontEndControllerOperation |
getControllerCall()
The call to the controller for this front-end event (if any). |
java.util.List |
getControllerCalls()
Gets all controller operation calls for the front-end event. |
boolean |
isContainedInFrontEndUseCase()
Indicates whether or not this front end event is contained within a FrontEndUseCase. |
boolean |
isFrontEndEventMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Methods inherited from interface org.andromda.metafacades.uml.EventFacade |
|---|
getParameters, getState, getTransition, isEventFacadeMetaType |
| Method Detail |
|---|
boolean isFrontEndEventMetaType()
trueFrontEndAction getAction()
The action which triggers the "front-end" event.
FrontEndControllerOperation getControllerCall()
The call to the controller for this front-end event (if any).
java.util.List getControllerCalls()
Gets all controller operation calls for the front-end event.
boolean isContainedInFrontEndUseCase()
Indicates whether or not this front end event is contained within a FrontEndUseCase.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||