43 'OnSkillTrained', reloads skill window, if open, and reloads char info
44 // if 'old notifications' is set in client, this will show a list of skills trained, else neocom blink
45 'OnMultipleSkillsTrained',
46 'OnSkillTrainingSaved', reloads skill window, if open
47 'OnSkillInjected', reloads skill window, if open
48 // this one is used to switch training from completed skill to next in queue
49 'OnSkillSwitched', def OnSkillSwitched(self, oldSkillID, newSkillID, ETA): client scatters skillTrained and training started when this event is received
50 */
51
58// -allan 21Mar14
59enum { //thanks positron96 for this query
60
61// ***** NOTE: items marked with '//*' are not published (incomplete)