setEvent(event)
![]() |
event-A string which contains the event name.
|
![]() |
The name of the event must match the name of the event as defined in the interactive channel exactly. It is case-sensitive.
|
String eventName = "SearchExecution";
Command postEventCommand = new CommandImpl();
postEventCommand.setMethodIdentifier(Command.COMMAND_POSTEVENT);
postEventCommand.setEventParameters(postEventParameters);
postEventCommand.setEvent(eventName);
Copyright IBM Corporation 2014. All Rights Reserved.
|