Imported from: http://groups.google.com/group/in-portal-dev/browse_thread/thread/5f3c815623f2b42b#
In-Portal uses events to transfer information between different system
components and implement loose coupling approach in development.
When user/developer tries to call event, that doesn't exist he sees fatal
error.
However I recently was in a need to detect if event exists without actually
calling it. And I've created *kApplication::eventImplemented
* method (see
attached patch) to do the job.Task:
event_implementation_detection.patch
Related Tasks
Jira Legacy | ||||
---|---|---|---|---|
|
Ready for testing.
--
Best Regards,
http://www.in-portal.com
http://www.alex-time.com
event_implementation_detection.patch