@leansdk/leanrc
Version:
LeanRC is a MVC framework for creating graceful applications
21 lines (15 loc) • 436 B
text/coffeescript
module.exports = (Module) ->
{
NilT
FuncG
NotificationInterface
ConsoleComponentMediator
SimpleCommand
} = Module.NS
class PrepareViewCommand extends SimpleCommand
Module
execute: FuncG(NotificationInterface, NilT),
default: ->
.registerMediator ConsoleComponentMediator.new ConsoleComponentMediator::CONSOLE_MEDIATOR