pip_services_roles
pip_services_roles
RolesCommandSet
addEvents method
addEvents
pip_services_roles
pip_services_roles
RolesCommandSet
addEvents method
RolesCommandSet class
Constructors
RolesCommandSet
Properties
hashCode
runtimeType
Methods
addCommand
addCommands
addCommandSet
addEvent
addEvents
addInterceptor
addListener
execute
findCommand
findEvent
getCommands
getEvents
noSuchMethod
notify
removeListener
toString
validate
Operators
operator ==
addEvents
method
void
addEvents
(
List
<
IEvent
>
events
)
inherited
Adds multiple
IEvent events
to this command set.
events
the array of events to add. See
IEvent