@leansdk/leanrc
Version:
LeanRC is a MVC framework for creating graceful applications
22 lines (16 loc) • 412 B
text/coffeescript
module.exports = (Module) ->
{
NilT
FuncG
NotificationInterface
RobotDataProxy
SimpleCommand
} = Module.NS
class AnimateRobotCommand extends SimpleCommand
Module
execute: FuncG(NotificationInterface, NilT),
default: ->
proxy = .retrieveProxy RobotDataProxy::ROBOT_PROXY
proxy.animate()