Uses of Interface
org.pipservices3.commons.commands.IEventListener
-
Uses of IEventListener in org.pipservices3.commons.commands
Modifier and TypeMethodDescriptionEvent.getListeners()
Gets all listeners registered in this event.IEvent.getListeners()
Gets all subscribed listeners.Modifier 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.