org.glassfish.cafe.api.bean
Annotation Type ParticipantEvent


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ParticipantEvent

Specifies events pertaining to a Participant in the Communication. Any method annotated with this annotation would be invoked when the ParticipantEvent of the specified type occurs.

Author:
binod

Optional Element Summary
 Class communicationType
          Specifies the type of the Communication.
 ParticipantEvent.Type type
          Specifies the type of the ParticipantEvent.
 

type

public abstract ParticipantEvent.Type type
Specifies the type of the ParticipantEvent.

Returns:
Default:
org.glassfish.cafe.api.bean.ParticipantEvent.Type.JOINED

communicationType

public abstract Class communicationType
Specifies the type of the Communication.

Returns:
Default:
org.glassfish.cafe.api.Communication.class


Copyright © 2010. All Rights Reserved.