Class MenuWindow

Class MenuWindow

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----MenuWindow

class MenuWindow
extends Frame

Constructor Index

 o MenuWindow(LoginWindow, String)

Method Index

 o exit()
has been sent by user.
 o handleEvent(Event)
Event handler to trap events of clicking on the menu items
 o start_receiver_threads()
Function to start RTP and RTCP receiver threads
 o start_sender_thread()
Function to start RTCP sender thread
 o stop_receiver_threads()
Function to stop RTP and RTCP receiver threads
 o stop_sender_threads()
Function to stop RTCP sender thread

Constructors

 o MenuWindow
  public MenuWindow(LoginWindow parent,
                    String win_title)

Methods

 o handleEvent
  public boolean handleEvent(Event e)
Event handler to trap events of clicking on the menu items
Overrides:
handleEvent in class Component
 o exit
  public void exit()
has been sent by user.
 o start_sender_thread
  public void start_sender_thread()
Function to start RTCP sender thread
 o start_receiver_threads
  public void start_receiver_threads()
Function to start RTP and RTCP receiver threads
 o stop_receiver_threads
  public void stop_receiver_threads()
Function to stop RTP and RTCP receiver threads
 o stop_sender_threads
  public void stop_sender_threads()
Function to stop RTCP sender thread