Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.bean
Annotation Type CommunicationEvent


@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.

 

type

public abstract CommunicationEvent.Type type
Type of the CommunicationEvent.
Returns:
Type of the CommunicationEvent
Default:
com.oracle.sft.api.bean.CommunicationEvent.Type.STARTED

communicationType

public abstract Class communicationType
Type of the Communication.
Returns:
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.