Package org.jgroups.demos
Class Draw2Channels
java.lang.Object
org.jgroups.demos.Draw2Channels
- All Implemented Interfaces:
ActionListener
,EventListener
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Draw2Channels
- Throws:
Exception
-
-
Method Details
-
main
-
go
public void go() -
clearPanel
public void clearPanel() -
sendClearPanelMsg
public void sendClearPanelMsg() -
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-