mlpy.modules.patterns.Listener.notify

Listener.notify(event)[source]

Notification from the observable.

Parameters:

event : Observable.Event

The event object dispatched by the observable consisting of source; i.e. the observable, the event name, and the event data.

Raises:

NotImplementedError

If the child class does not implement this function.

Notes

This is an abstract method and must be implemented by its deriving class.