Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.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.


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:
the type of the ParticipantEvent
Default:
com.oracle.sft.api.bean.ParticipantEvent.Type.JOINED

communicationType

public abstract Class communicationType
Specifies the type of the Communication.
Returns:
the type of the Communication
Default:
com.oracle.sft.api.Communication.class

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.