Skip to content

Create new function to add a listener to the notifier class #265

@gesc31

Description

@gesc31

Could you please add a new function to the notifier class as such:

def add_listener(self, listener):
    """Add new Listener to be notified 

    :param listener: new listener object to be added to the list to be notified
    """
    self.listeners.append(listener)

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions