Files
rdpy/rdpy/display/qt/observer.py
2013-10-13 14:24:32 +02:00

12 lines
159 B
Python

'''
Created on 4 sept. 2013
@author: sylvain
'''
class QObserver(object):
'''
classdocs
'''
def notifyImage(self, x, y, qimage):
pass