|
|
SAX uses the Observer design pattern to tell client applications what’s in a document.[1] Java developers are most familiar with this pattern from the event architecture of the AWT and Swing. In that context, the client programmer implements an interface such as MouseListener that receives events through well-known methods.
|