What is the use to event extend the cairngorm event in cairngorm framework.?
Can anyone explain about the cairngorm event.
Thanks,
Ravi
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
cairngorm event is a decouple way to call the command. which is command will call specific business process.
it should extends CairngormEvent because cairngorm event has its own dispatching mechanism. cairngorm event can be dispatched only by calling its dispatch() method.