pip_services3_commons
pip_services3_commons
CommandSet
addEvents method
addEvents
pip_services3_commons
pip_services3_commons
CommandSet
addEvents 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 ==
addEvents
method
void
addEvents
(
List
<
IEvent
>
events
)
Adds multiple
IEvent events
to this command set.
events
the array of events to add. See
IEvent