All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.env.presentation.InvitationWindow

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----ncsa.env.presentation.InvitationWindow

public class InvitationWindow
extends Dialog
implements ActionListener

Constructor Index

 o InvitationWindow(Frame, String)

Method Index

 o actionPerformed(ActionEvent)
 o show(String, String, String, String, int, String)

Constructors

 o InvitationWindow
 public InvitationWindow(Frame f,
                         String title)

Methods

 o show
 public void show(String msg1,
                  String msg2,
                  String sessionName,
                  String serverName,
                  int port,
                  String neighborhood)
 o actionPerformed
 public void actionPerformed(ActionEvent evt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index