Class Draw2Channels

java.lang.Object
org.jgroups.demos.Draw2Channels
All Implemented Interfaces:
ActionListener, EventListener

public class Draw2Channels extends Object implements ActionListener
Same as Draw but using 2 channels: one for view changes (control channel) and the other one for drawing (data channel). Ported to use Swing Nov 1 2001, not tested.
Author:
Bela Ban, Nov 1 2001
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
    • go

      public void go()
    • clearPanel

      public void clearPanel()
    • sendClearPanelMsg

      public void sendClearPanelMsg()
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener