How to just execute a command in robotlegs without making him listening for an event?

StackOverflow https://stackoverflow.com/questions/4119614

  •  29-09-2019
  •  | 
  •  

문제

How to just execute a command in robotlegs without making him listening for an event?

Another way, but not this one: "It is not necessary, and should never be done, to call the execute() method directly. This is the framework implementation’s job."

http://knowledge.robotlegs.org/faqs/reference-mvcs-implementation/how-are-commands-triggered-in-mvcs-implementation

도움이 되었습니까?

해결책

Also, please read the Robotlegs documentation and ASDocs ( http://api.robotlegs.org/ ). If you had, you would have seen this:

http://api.robotlegs.org/org/robotlegs/core/ICommandMap.html#execute%28%29

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top