pip_services3_commons
pip_services3_commons
CommandSet
addEvent method
addEvent
pip_services3_commons
pip_services3_commons
CommandSet
addEvent 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 ==
addEvent
method
void
addEvent
(
IEvent
event
)
Adds an
IEvent event
to this command set.
event
the event to add. See
IEvent