I'd like to give a single event multiple names for different users.
For example, I'd like one type of user to see the handler method as
'edit_account' and other to the see it as 'sign_up'. Is it possible to
create one or more aliases for an event name?
Or, perhaps it would be better to create a new event for each, and
then use runEvent() to include the actual event?