|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface CommunicationEvent
Specifies Events pertaining to a Communication. Any method annotated with this annotation would be invoked when the CommunicationEvent of the specified type occurs.
| Optional Element Summary | |
|---|---|
Class |
communicationType
Type of the Communication. |
CommunicationEvent.Type |
type
Type of the CommunicationEvent. |
public abstract CommunicationEvent.Type type
public abstract Class communicationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||