org.jgroups.demos
public class QuoteClient extends Frame implements WindowListener, ActionListener, MembershipListener
| Constructor Summary | |
|---|---|
| QuoteClient() | |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e) |
| void | block() |
| static void | main(String[] args) |
| void | start() |
| void | suspect(Address suspected_mbr) |
| void | viewAccepted(View new_view) |
| 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) |