Module: set
This module defines event handles for Set events.
Classes
HandleSetGet
Handle that actually gets the specified element from the set object at the specified index.
HandleSetPop
Handle that actually pops the specified element from the set object at the specified index.
HandleSetPush
Handle that actually places the data onto the set in response to the EventSetPush event.
HandleSetSet
Handle the actually updates the set data at the specified index.
HandleSetSort
Handle that actually sorts the data in response to the EventSetSort event.