Module fullscreenwrapper2 :: Class _internal_exit_signal
[hide private]
[frames] | no frames]

Class _internal_exit_signal

source code

Internal to fullscreenwrapper2 - do not use in your programs. Used by FullScreenWrapper2App to signal the eventloop to stop.

Class Methods [hide private]
 
post_internal_exit_signal(cls) source code
Class Variables [hide private]
  EVENT_NAME = 'fullscreenwrapper2_internal_exit_signal'
  COMPARE_ATTRIBUTE = 'id'
the event handler in exit signal checks to ensure it is receiving exit signal from the same Process ID
  eventhandler = EventHandler(EVENT_NAME, COMPARE_ATTRIBUTE, str...
used to post exit signal to the event loop
Class Variable Details [hide private]

eventhandler

used to post exit signal to the event loop

Value:
EventHandler(EVENT_NAME, COMPARE_ATTRIBUTE, str(os.getpid()), None, No\
ne)