Representing events in UML?

S

Seeb

Hi everybody,

I have a question. I did a Visio project with VBA code and I'm now
documenting the project. I need to represent Visio classes in my UML Class
diagram... I would need some help on how to represent the following elements
and how they interact :

Document
EventList
Event
clsEventSink (a class which uses the IVisEventProc interface to sink events)

I also need a way to represent the events triggered by the Document object,
such as ShapeAdded, BeforePageDelete and BeforeDocumentClose. I have a book
on UML but the events never appear in their class diagrams, only properties
and methods.

I know that the EventList property of the Document Object contains the Event
objects.. but I'm a little confused on how to represent this bunch of
classes... can someone give me a hand?

Thanks in advance!

Seeb
 

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

Top