*****
Since plugnplay version 0.4 you can call your Interface method directly, like this:
::
CopyListener.copy_finished(file1, file2)
This line will call the ``copy_finished`` method of all objects that implement the ``CopyListener`` interface.
This is specially useful when you just want to call all observers, but do not have any interest on their return value.