add handler functio

This commit is contained in:
chrys
2018-09-05 19:13:20 +02:00
parent 8d6c96a44d
commit d5fa50e8c3
3 changed files with 13 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
# By Chrys, Storm Dragon, and contributers.
from fenrirscreenreader.core import debug
from fenrirscreenreader.core.eventData import fenrirEventType
class remoteManager():
def __init__(self):
@@ -13,3 +14,8 @@ class remoteManager():
self.env = environment
def shutdown(self):
pass
def unixSocketWatchDog():
pass
def handleRemoteIncomming(self, eventData):
if not eventData:
return