next up previous contents
Next: Conclusions Up: Implementation of Relay and Previous: Notification of Changes to

Multiart

The Multiart client is designed as a Java applet using the Java AWT for graphics and user interaction. Being a Java applet, Multiart can be downloaded and run in a Java compliant web browser. Unfortunately, no web browser currently supports object serialization. For now, Multiart must be run using Sun's appletviewer application.

Multiart uses the Java AWT to draw its user interface and to respond to users' actions. The following is a list of the Java applet methods used by Multiart:

As required, the Multiart client implements the java.util.Observer interface so it can be notified of changes to the Relay cache. Multiart's implementation of the Observer.update(Observable o, Object o) method simply repaints the objects in the cache to reflect any new state.

  figure167
Figure 4.3: Snapshot of Multiart GUI


next up previous contents
Next: Conclusions Up: Implementation of Relay and Previous: Notification of Changes to

Carmine F. Greco
Wed Mar 26 23:44:38 EST 1997