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 TypeMethodDescriptionvoidCommandSet.addListener(IEventListener listener) Adds a IEventListener listener to receive notifications on fired events.voidEvent.addListener(IEventListener listener) Adds a listener to receive notifications when this event is fired.voidIEvent.addListener(IEventListener listener) Adds a listener to receive notifications for this event.voidCommandSet.removeListener(IEventListener listener) Removes previosly added IEventListener listener.voidEvent.removeListener(IEventListener listener) Removes a listener, so that it no longer receives notifications for this event.voidIEvent.removeListener(IEventListener listener) Removes a listener, so that it no longer receives notifications for this event.