rhelgeby / smprojectbase

Automatically exported from code.google.com/p/smprojectbase
0 stars 0 forks source link

Custom events #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need to code a way to allow users to add custom events without having to 
edit eventmanager.inc.

The only editable files should be project.sp and project.inc.

Can move enum ProjectEvents to project.inc, and no harm will be done if 
eventmanager.inc isn't included.  This will allow the user to add the 
custom events to the enum.

User will need a function they can call to forward the event easily without 
having to deal with any internal workings as mentioned in this issue: 
http://code.google.com/p/smprojectbase/issues/detail?id=1

This function will take a ProjectEvent parameter and access an array that 
will hold the information to it's parameter info.

Original issue reported on code.google.com by andrewbo...@gmail.com on 25 Jan 2010 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by andrewbo...@gmail.com on 31 Jan 2010 at 9:14