RiTa
index
Name getType()
Class RiTaEvent
Description Returns one of the event types specified in the RiConstants interface, e.g., BEHAVIOR_COMPLETED, or SPEECH_COMPLETED.

To test, use the following syntax:

    if (re.getType() == RiTa.BEHAVIOR_COMPLETED)
      // do something
 
Syntax
getType();
Returns int
Usage Web & Application
Related