Best Event-Driven Diagram

1.1k Views Asked by At

with the OOP the software design can be easly described with a class diagram. But with the event-driven programming the class diagram is not very suitable. What is (if exists) the best description diagram for this different approach?

1

There are 1 best solutions below

0
On BEST ANSWER

UML offers state machine and protocol state machine diagrams. In addition, UML offers signal receptions within activity diagrams.