public class Gossip extends java.lang.Object implements java.lang.Runnable, java.awt.event.WindowListener, java.awt.event.ActionListener, ChannelListener
Constructor and Description |
---|
Gossip(java.lang.String props,
long traffic) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.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(java.lang.String[] args) |
void |
mouseMoved(java.awt.event.MouseEvent e) |
void |
run() |
void |
sendClearPanelMsg() |
void |
windowActivated(java.awt.event.WindowEvent e) |
void |
windowClosed(java.awt.event.WindowEvent e) |
void |
windowClosing(java.awt.event.WindowEvent e) |
void |
windowDeactivated(java.awt.event.WindowEvent e) |
void |
windowDeiconified(java.awt.event.WindowEvent e) |
void |
windowIconified(java.awt.event.WindowEvent e) |
void |
windowOpened(java.awt.event.WindowEvent e) |
public Gossip(java.lang.String props, long traffic) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args)
public void go()
public void run()
run
in interface java.lang.Runnable
public void mouseMoved(java.awt.event.MouseEvent e)
public void clearPanel()
public void colorPanel(int r, int g, int b)
public void sendClearPanelMsg()
public void windowActivated(java.awt.event.WindowEvent e)
windowActivated
in interface java.awt.event.WindowListener
public void windowClosed(java.awt.event.WindowEvent e)
windowClosed
in interface java.awt.event.WindowListener
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing
in interface java.awt.event.WindowListener
public void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated
in interface java.awt.event.WindowListener
public void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified
in interface java.awt.event.WindowListener
public void windowIconified(java.awt.event.WindowEvent e)
windowIconified
in interface java.awt.event.WindowListener
public void windowOpened(java.awt.event.WindowEvent e)
windowOpened
in interface java.awt.event.WindowListener
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void channelConnected(Channel channel)
channelConnected
in interface ChannelListener
public void channelDisconnected(Channel channel)
channelDisconnected
in interface ChannelListener
public void channelClosed(Channel channel)
channelClosed
in interface ChannelListener
public void channelShunned()
channelShunned
in interface ChannelListener
public void channelReconnected(Address new_addr)
channelReconnected
in interface ChannelListener
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.