add onSessionReady event -> user session is ready

This commit is contained in:
speyrefitte
2015-05-19 17:53:15 +02:00
parent 9b99365f80
commit 11d66a4818
7 changed files with 70 additions and 17 deletions

View File

@@ -181,6 +181,11 @@ class MyRDPFactory(rdp.ClientFactory):
@param isCompress: use RLE compression
@param data: bitmap data
"""
def onSessionReady(self):
"""
@summary: Windows session is ready
"""
def onClose(self):
"""