As2lib Event API
Document Actions
This tutorial covers event basics, different approaches to event handling, their advantages and disadvantages and how these approaches were realized in the As2lib Event API (org.as2lib.env.event).
simonwacker
- Event Basics What is an event? When are events used? Are events related to the Observer Design Pattern of GoF (Gang of Four)?
- Listener Source What is a listener source? Which listener source implementations are provided by the As2lib Event API and what are their differences?
- Broadcaster What is the As2lib Broadcaster Event API (org.as2lib.env.event.broadcaster)? What are its advantages and disadvantages compared to other event APIs? In which scenarios is it worthwhile to use this API?
- Multicaster What is the As2lib Multicaster Event API (org.as2lib.env.event.multicaster)? What are its advantages and disadvantages compared to other event APIs? In which scenarios is it worthwhile to use this API?
- Distributor What is the As2lib Distributor Event API (org.as2lib.env.event.distributor)? What are its advantages and disadvantages compared to other event APIs? In which scenarios is it worthwhile to use this API?
All content on one page (useful for printing, presentation mode etc.)
This Tutorial applies to: as2lib 0.9
by simonwacker at 2005-05-31 13:28

