Search Results

1
vote

How do you show events in UML Class Diagrams?

I find onEventName() the easiest naming scheme for event callbacks, but how to indicate which events an object can broadcast I've not found any solution. An extended UML class diagram that would al …