| Package | org.mvcexpress.messenger |
| Class | public class HandlerVO |
| Inheritance | HandlerVO Object |
Has a flag to be disabled. If it is disabled it will be not called and removed with first message of same type.
| Property | Defined By | ||
|---|---|---|---|
| disabled : Boolean FOR INTERNAL USE ONLY, marks message for removal, with next message call of same type. | HandlerVO | ||
| handler : Function FOR INTERNAL USE ONLY, function that handles message parameters, can be Mediator function or Command execute() function | HandlerVO | ||
| handlerClassName : String FOR INTERNAL USE ONLY, Variable to store class there handler came from. | HandlerVO | ||
| isExecutable : Boolean FOR INTERNAL USE ONLY, shows if message is handled by Cammand. | HandlerVO | ||
| disabled | property |
public var disabled:BooleanFOR INTERNAL USE ONLY, marks message for removal, with next message call of same type.
| handler | property |
public var handler:FunctionFOR INTERNAL USE ONLY, function that handles message parameters, can be Mediator function or Command execute() function
| handlerClassName | property |
public var handlerClassName:StringFOR INTERNAL USE ONLY, Variable to store class there handler came from. (for debugging)
| isExecutable | property |
public var isExecutable:BooleanFOR INTERNAL USE ONLY, shows if message is handled by Cammand.