pip_services3_commons
pip_services3_commons
CommandSet
findEvent method
findEvent
pip_services3_commons
pip_services3_commons
CommandSet
findEvent 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 ==
findEvent
method
IEvent
findEvent
(
String
eventName
)
Searches for an event by its name in this command set.
eventName
the name of the event to search for. Returns the event, whose name matches the provided name. See
IEvent