|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Qualifier public @interface TakeTransition
Can be used to qualify events fired when a transition is taken
public void onTakeT1(@Observes @TakeTransition("t1") BusinessProcessEvent evt) {
// ...
}
| Required Element Summary | |
|---|---|
String |
value
the id of the transition that is being taken |
| Element Detail |
|---|
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||