Uses of Interface
org.pipservices3.commons.commands.IEventListener
Packages that use IEventListener
-
Uses of IEventListener in org.pipservices3.commons.commands
Methods in org.pipservices3.commons.commands that return types with arguments of type IEventListenerModifier and TypeMethodDescriptionEvent.getListeners()
Gets all listeners registered in this event.IEvent.getListeners()
Gets all subscribed listeners.Methods in org.pipservices3.commons.commands with parameters of type IEventListenerModifier and TypeMethodDescriptionvoid
CommandSet.addListener
(IEventListener listener) Adds a IEventListener listener to receive notifications on fired events.void
Event.addListener
(IEventListener listener) Adds a listener to receive notifications when this event is fired.void
IEvent.addListener
(IEventListener listener) Adds a listener to receive notifications for this event.void
CommandSet.removeListener
(IEventListener listener) Removes previosly added IEventListener listener.void
Event.removeListener
(IEventListener listener) Removes a listener, so that it no longer receives notifications for this event.void
IEvent.removeListener
(IEventListener listener) Removes a listener, so that it no longer receives notifications for this event.