class interface_notification_channel(object): def notify(self, parameters, name, data, state, output): raise NotImplementedError