UNPKG

@leansdk/leanrc

Version:

LeanRC is a MVC framework for creating graceful applications

21 lines (15 loc) 436 B
module.exports = (Module) -> { NilT FuncG NotificationInterface ConsoleComponentMediator SimpleCommand } = Module.NS class PrepareViewCommand extends SimpleCommand @inheritProtected() @module Module @public execute: FuncG(NotificationInterface, NilT), default: -> @facade.registerMediator ConsoleComponentMediator.new ConsoleComponentMediator::CONSOLE_MEDIATOR @initialize()