A custom event to be sent to Answers with optional attributes.
Inherited Constant Summary
Public Constructor Summary
CustomEvent(String eventName)
Create a custom event with a name.
|
Public Method Summary
String |
toString()
|
Inherited Method Summary
Public Constructors
public CustomEvent (String eventName)
Create a custom event with a name. Optional attributes can be added with
putCustomAttribute(String, Number)
and putCustomAttribute(String, String)
.
Parameters
eventName | name of event, not null, no more than MAX_STRING_LENGTH chars
|