setEvent(event)
![]() |
event - イベント名を含む文字列。
|
![]() |
event の名前は、対話式チャネルで定義されているイベントの名前と正確に一致する必要があります。大/小文字の区別があります。
|
String eventName = "SearchExecution";
Command postEventCommand = new CommandImpl();
postEventCommand.setMethodIdentifier(Command.COMMAND_POSTEVENT);
postEventCommand.setEventParameters(postEventParameters);
postEventCommand.setEvent(eventName);
Copyright IBM Corporation 2013. All Rights Reserved.
|