| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| Actor — class, package org.robotlegs.mvcs |
|
Abstract MVCS IActor implementation
As part of the MVCS implementation the Actor provides core functionality to an applications
various working parts.
Some possible uses for the Actor include, but are no means limited to:
Service classes
Model classes
Controller classes
Presentation model classes
Essentially any class where it might be advantagous to have basic dependency injection supplied is a candidate
for extending Actor.
|
| Actor() — Constructor, class org.robotlegs.mvcs.Actor |
| |
| addContextListener(type:String, listener:Function, eventClass:Class, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class org.robotlegs.mvcs.Mediator |
|
Syntactical sugar for mapping a listener to an IEventDispatcher
|
| addViewListener(type:String, listener:Function, eventClass:Class, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class org.robotlegs.mvcs.Mediator |
|
Syntactical sugar for mapping a listener to the viewComponent
|
| applicationDomain — Property, class org.robotlegs.adapters.SwiftSuspendersInjector |
| |
| applicationDomain — Property, interface org.robotlegs.core.IInjector |
| |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |