When defining event names for UlcCompositeView, or UlcAppBldrView subclasses, the names are converted from symbols to atoms internally. If an atom contains a colon, the compiler expects it to be a selector, which the atom is not. The result is a debugger. Therefore, do not use colons in Public Interface Event names.