You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/12/19 08:17:53 UTC

[GitHub] pashminakazi commented on issue #355: Error: roBasic.f_GetAppMenus.addEventListener("result", fn_AppMenusRH);

pashminakazi commented on issue #355: Error: roBasic.f_GetAppMenus.addEventListener("result", fn_AppMenusRH);
URL: https://github.com/apache/royale-asjs/issues/355#issuecomment-448507407
 
 
   roBasic is defined as:
   <mx:RemoteObject id="roBasic"
   						 destination="shmBasic" fault="fn_HandleFault(event);"
   						  endpoint="http://localhost:8080/SHMA/messagebroker/websocket-amf"
   						 result="fn_roBasicConfRH(event);"/>
   Calling java side  method using RO:
   roBasic.f_GetAppMenus.addEventListener("result", fn_AppMenusRH);
   
   java side method is defined : 
   public Sring f_GetAppMenus(....){....................}
   
   RO Result Handler is :
   private function fn_roBasicConfRH(e:ResultEvent):void
   { .......
   }
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services