org.jgroups.demos
public class Gossip extends Object implements Runnable, WindowListener, ActionListener, ChannelListener
| Constructor Summary | |
|---|---|
| Gossip(String props, long traffic) | |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e) |
| void | channelClosed(Channel channel) |
| void | channelConnected(Channel channel) |
| void | channelDisconnected(Channel channel) |
| void | channelReconnected(Address new_addr) |
| void | channelShunned() |
| void | clearPanel() |
| void | colorPanel(int r, int g, int b) |
| void | go() |
| static void | main(String[] args) |
| void | mouseMoved(MouseEvent e) |
| void | run() |
| void | sendClearPanelMsg() |
| void | windowActivated(WindowEvent e) |
| void | windowClosed(WindowEvent e) |
| void | windowClosing(WindowEvent e) |
| void | windowDeactivated(WindowEvent e) |
| void | windowDeiconified(WindowEvent e) |
| void | windowIconified(WindowEvent e) |
| void | windowOpened(WindowEvent e) |