JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.events
Interface CallEvent.Importer

All Superinterfaces:
Event.Importer
Enclosing interface:
CallEvent

public static interface CallEvent.Importer
extends Event.Importer

Importer (builder) for call events.


Method Summary
 List<Value> provideActualParams()
          Provides the actual parameter values of the call.
 CallEvent.Caller provideCaller()
          Provides the caller of the call.
 CallEvent.Target provideTarget()
          Provides the target of the call.
 
Methods inherited from interface edu.bsu.cs.jive.events.Event.Importer
provideNumber, provideThreadID
 

Method Detail

provideCaller

CallEvent.Caller provideCaller()
Provides the caller of the call.

Returns:
the caller

provideTarget

CallEvent.Target provideTarget()
Provides the target of the call.

Returns:
the target

provideActualParams

List<Value> provideActualParams()
Provides the actual parameter values of the call.

Returns:
a list of actual parameter values

JIVE Platform
Release 0.3.1