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.Exceptionpublic static void main(java.lang.String[] args)
public void go()
public void run()
run in interface java.lang.Runnablepublic 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.WindowListenerpublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenerpublic void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerpublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListenerpublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenerpublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListenerpublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListenerpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void channelConnected(Channel channel)
channelConnected in interface ChannelListenerpublic void channelDisconnected(Channel channel)
channelDisconnected in interface ChannelListenerpublic void channelClosed(Channel channel)
channelClosed in interface ChannelListenerpublic void channelShunned()
channelShunned in interface ChannelListenerpublic void channelReconnected(Address new_addr)
channelReconnected in interface ChannelListenerCopyright ? 1998-2008 Bela Ban. All Rights Reserved.