UML relationship between a simple Event handling framework components in C++

  • Thread starter nataraj.gnanavadivel
  • Start date
N

nataraj.gnanavadivel

can any one please give me the UML relationship between the following
event framework componenets:

1. EventSource
2. Event
3. EventListener
4. EventDispatcher/EventRouter

The strategy may be either EventInheritance or Event Delegation.
 
A

anon

nataraj.gnanavadivel said:
can any one please give me the UML relationship between the following
event framework componenets:

1. EventSource
2. Event
3. EventListener
4. EventDispatcher/EventRouter

The strategy may be either EventInheritance or Event Delegation.

I never saw these things in my life. Must have been reading wrong c++
books :(
 
?

=?iso-8859-1?q?Erik_Wikstr=F6m?=

can any one please give me the UML relationship between the following
event framework componenets:

1. EventSource
2. Event
3. EventListener
4. EventDispatcher/EventRouter

The strategy may be either EventInheritance or Event Delegation.

You are quite in the wrong group for several reasons: 1, this concerns
UML, which is not C++, 2, this concerns events which are not part of
standard C++. Try one of the following groups instead:
comp.programming or comp.object.

Notice though that UML is (in a way) a programming language on its
own, and as such there's no guarantee that there exist a match between
a feature in one OO language and UML. On the other hand, events are
just an abstraction and can be implemented in more ways than one, if
looking at it like that the relation depends on the implementation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top