pip_services_msgtemplates
pip_services_msgtemplates
MessageTemplatesCommandSet
addEvent method
addEvent
pip_services_msgtemplates
pip_services_msgtemplates
MessageTemplatesCommandSet
addEvent method
MessageTemplatesCommandSet class
Constructors
MessageTemplatesCommandSet
Properties
hashCode
runtimeType
Methods
addCommand
addCommands
addCommandSet
addEvent
addEvents
addInterceptor
addListener
execute
findCommand
findEvent
getCommands
getEvents
noSuchMethod
notify
removeListener
toString
validate
Operators
operator ==
addEvent
method
void
addEvent
(
IEvent
event
)
inherited
Adds an
IEvent event
to this command set.
event
the event to add. See
IEvent