Uses of Interface
org.pipservices3.commons.commands.IEvent
-
Uses of IEvent in org.pipservices3.commons.commands
Modifier and TypeMethodDescriptionSearches for an event by its name in this command set.Modifier and TypeMethodDescriptionCommandSet.getEvents()
Gets all events registered in this command set.Modifier and TypeMethodDescriptionvoid
Adds an IEvent event to this command set.void
IEventListener.onEvent
(String correlationId, IEvent event, Parameters args) A method called when events this listener is subscrubed to are fired.