rad
3.0.0
|
Threading based activity. More...
Public Member Functions | |
def | __init__ (self, theId, theEventQueue=None, theData=None) |
def | start (self) |
def | stop (self) |
def | run (self) |
def | __init__ (self, theId, theEventQueue=None, theData=None) |
def | start (self) |
def | stop (self) |
def | run (self) |
![]() | |
def | __str__ (self) |
def | getId (self) |
def | setId (self, theId) |
def | sendInternalEvent (self, theEvent) |
def | isRunning (self) |
def | setRunning (self, running) |
def | __str__ (self) |
def | getId (self) |
def | setId (self, theId) |
def | sendInternalEvent (self, theEvent) |
def | isRunning (self) |
def | setRunning (self, running) |
Public Attributes | |
mThread | |
![]() | |
mId | |
mIsRunning | |
mEventQueue | |
mData | |
Threading based activity.
def scxml4py.activity.ThreadedActivity.__init__ | ( | self, | |
theId, | |||
theEventQueue = None , |
|||
theData = None |
|||
) |
Reimplemented from scxml4py.activity.AbstractActivity.
def scxml4py.activity.ThreadedActivity.__init__ | ( | self, | |
theId, | |||
theEventQueue = None , |
|||
theData = None |
|||
) |
Reimplemented from scxml4py.activity.AbstractActivity.
def scxml4py.activity.ThreadedActivity.run | ( | self | ) |
Reimplemented from scxml4py.activity.AbstractActivity.
Reimplemented in testShutter.ActivityClosing, testShutter.ActivityOpening, testShutter.ActivityDisabling, testShutter.ActivityInitializing, and testApplication.ActivityBusy.
def scxml4py.activity.ThreadedActivity.run | ( | self | ) |
Reimplemented from scxml4py.activity.AbstractActivity.
Reimplemented in testShutter.ActivityClosing, testShutter.ActivityOpening, testShutter.ActivityDisabling, testShutter.ActivityInitializing, and testApplication.ActivityBusy.
def scxml4py.activity.ThreadedActivity.start | ( | self | ) |
Reimplemented from scxml4py.activity.AbstractActivity.
def scxml4py.activity.ThreadedActivity.start | ( | self | ) |
Reimplemented from scxml4py.activity.AbstractActivity.
def scxml4py.activity.ThreadedActivity.stop | ( | self | ) |
Reimplemented from scxml4py.activity.AbstractActivity.
def scxml4py.activity.ThreadedActivity.stop | ( | self | ) |
Reimplemented from scxml4py.activity.AbstractActivity.
scxml4py.activity.ThreadedActivity.mThread |