pip_services3_commons
pip_services3_commons
CommandSet
addCommand method
addCommand
pip_services3_commons
pip_services3_commons
CommandSet
addCommand method
CommandSet class
Constructors
CommandSet
Properties
hashCode
runtimeType
Methods
addCommand
addCommands
addCommandSet
addEvent
addEvents
addInterceptor
addListener
execute
findCommand
findEvent
getCommands
getEvents
notify
removeListener
validate
noSuchMethod
toString
Operators
operator ==
addCommand
method
void
addCommand
(
ICommand
command
)
Adds a
ICommand command
to this command set.
command
the command to add. See
ICommand