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  
lastReturn — Property in interface com.asfusion.mate.actionLists.IScope
return from the last IAction run
lastReturn — Property in class com.asfusion.mate.actionLists.Scope
return from the last IAction run
lastReturn — Property in class com.asfusion.mate.core.EventMap
lastReturn is always available, although its value might be null.
LAST_RETURN — Constant static property in class com.asfusion.mate.actionLists.ScopeProperties
return from the last IAction run
lastReturnEquals — Property in class com.asfusion.mate.actions.StopHandlers
If there exists a MethodInvoker right before the StopHandlers, and the execution of the function of the MethodInvoker returned a value ("lastReturn"), you can compare it to some other value and stop the IActionList if it is equal.
level — Property in class com.asfusion.mate.utils.debug.Debugger
Provides access to the level this target is currently set at.
Listener — Class in package com.asfusion.mate.events
Listener allows you to register a view as a listener for an event type.
Listener() — Constructor in class com.asfusion.mate.events.Listener
Constructor
ListenerInjector — Class in package com.asfusion.mate.actions
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
ListenerProxy — Class in package com.asfusion.mate.core
The ListenerProxy is used by the injector (via MateManager) to register to the dispatcher to listen to events and dispatch a new InjectorEvent each time the rules match.
ListenerProxy(dispatcher) — Constructor in class com.asfusion.mate.core.ListenerProxy
listenerProxyHandler(event) — Method in class com.asfusion.mate.core.ListenerProxy
Handler that will run every time an event is captured in our dispatcher.
listenerProxyType — Property in interface com.asfusion.mate.core.IMateManager
loadData() — Method in class com.asfusion.mate.testing.MockOperation
LOCAL — Constant static property in class com.asfusion.mate.core.Cache
Local cache, it is the one that lives in the EventMap
LocalEventMap — Class in package com.asfusion.mate.core
LocalEventMap() — Constructor in class com.asfusion.mate.core.LocalEventMap
log(level, msg, ... rest) — Method in class com.asfusion.mate.utils.debug.Logger
Logs the specified data at the given level.
logEvent(event) — Method in class com.asfusion.mate.utils.debug.Debugger
This method handles a LogEvent from an associated logger.
logger — Property in class com.asfusion.mate.actionLists.Scope
An IMateLogger used to log errors.
logger — Property in class com.asfusion.mate.core.MethodCaller
An IMateLogger used to log errors.
logger — Property in class com.asfusion.mate.events.Dispatcher
Instance of IMateLogger used to debug.
Logger — Class in package com.asfusion.mate.utils.debug
This class dispatches events for each message logged, allowing the debugger to listen to those events.
Logger(active) — Constructor in class com.asfusion.mate.utils.debug.Logger
Constructor
loggerProvider — Property in class com.asfusion.mate.utils.debug.LogInfo
The current scope at the time that the log occurs.
logHandler(event) — Method in class com.asfusion.mate.utils.debug.Debugger
LogInfo — Class in package com.asfusion.mate.utils.debug
LogInfo is an object sent to the Debugger that encapsulates all the information necessary to create a log.
LogInfo(loggerProvider:com.asfusion.mate.utils.debug:ILoggerProvider, instance, error, method, parameters, property) — Constructor in class com.asfusion.mate.utils.debug.LogInfo
Constructor
LogTypes — Class in package com.asfusion.mate.utils.debug
These are the different types of logs that Mate Framework may show.
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