|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface FireAfterTransaction
A FireAfterTransaction. Used to send a list of events after the current transaction has finished successfully.
Optional Element Summary | |
---|---|
Class<? extends EventObject>[] |
events
An array of events that shall be fired after the methods completes. |
public abstract Class<? extends EventObject>[] events
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |