Class: HandleSetSort
Handle that actually sorts the data in response to the EventSetSort event.
Constructor
__init__ (self, *args, **kw)
Methods
get_event (self)
Return the Event instance that caused this handle to be instantiated.
get_event_data (self, key)
Return event data from the event data dictionary using the specified key.
run (self)
Run the handle. First we get the set instance from the event. Next we acquire the event lock and perform the sort.
Attributes
PRIORITY_CRITICAL
Value of PRIORITY_CRITICAL
40