|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventFacade
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
java.util.Collection |
getParameters()
The parameters to this event. |
StateFacade |
getState()
If this event is located on an action state, this will represent that state. |
TransitionFacade |
getTransition()
If this event is located on a transition, this represents that transition. |
boolean |
isEventFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Method Detail |
|---|
boolean isEventFacadeMetaType()
truejava.util.Collection getParameters()
The parameters to this event.
StateFacade getState()
If this event is located on an action state, this will represent that state.
TransitionFacade getTransition()
If this event is located on a transition, this represents that transition.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||