Class wb.ConfirmHangUp
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class wb.ConfirmHangUp

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----wb.ConfirmHangUp

public class ConfirmHangUp
extends Dialog
class ConfirmHangUp is no different from any dialog box. It questions the user about his decision of quitting/Hanging up the conference

Constructor Index

 o ConfirmHangUp(WBFrame)
Creates a new Modal Confirm Dialog attached to the frame.

Method Index

 o action(Event, Object)
handler for action events

Constructors

 o ConfirmHangUp
  public ConfirmHangUp(WBFrame top)
Creates a new Modal Confirm Dialog attached to the frame.
Parameters:
top - the Frame above this

Methods

 o action
  public boolean action(Event evt,
                        Object arg)
handler for action events
Parameters:
evt - Event that has occurred
arg - Object of the event
Returns:
boolean true if the event is handled else false
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index