RiTa
index
Name
getData()
Class
RiTaEvent
Description
Returns auxillary data that varies based on the different event types.
For example,
if
type
==
SPEECH_COMPLETED
, then
data
will contain a String with the last spoken text.
if
type
==
TEXT_ENTERED
, then
data
will contain a String with the entered text.
if
type
==
BEHAVIOR_COMPLETED
, or
type
==
TIMER_COMPLETED
, then
data
will contain the RiTextBehavior object that has just completed.
Syntax
getData();
Returns
java.lang.Object
Usage
Web & Application
Related