Class DrawRepl

java.lang.Object
org.jgroups.demos.DrawRepl
All Implemented Interfaces:
ActionListener, MouseMotionListener, WindowListener, Runnable, EventListener

public class DrawRepl extends Object implements MouseMotionListener, WindowListener, ActionListener, Runnable
Replicates the whiteboard demo by intercepting central AWT event queue and mcasting events to all members. Not very useful in all cases, e.g. when the "Leave" button is pressed, and this event is broadcast to all members, all members will leave ! This demo would clearly benefit from more work ! NOT SUPPORTED !