Uses of Interface
org.pipservices3.commons.commands.IEvent
Packages that use IEvent
-
Uses of IEvent in org.pipservices3.commons.commands
Classes in org.pipservices3.commons.commands that implement IEventMethods in org.pipservices3.commons.commands that return IEventModifier and TypeMethodDescriptionSearches for an event by its name in this command set.Methods in org.pipservices3.commons.commands that return types with arguments of type IEventModifier and TypeMethodDescriptionCommandSet.getEvents()
Gets all events registered in this command set.Methods in org.pipservices3.commons.commands with parameters of type IEventModifier 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.Method parameters in org.pipservices3.commons.commands with type arguments of type IEvent