edu.ufl.osg.httppoll
Class Dialog

java.lang.Object
  |
  +--edu.ufl.osg.httppoll.Dialog
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class Dialog
extends java.lang.Object
implements java.awt.event.ActionListener

Class that creates and displays a non-modal dialog box, which informs the user of HTTPPoll alerts.


Constructor Summary
Dialog(java.lang.String title, java.lang.String message)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          close dialog window when user clicks "Close"
 void show()
          Display the dialog box
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dialog

public Dialog(java.lang.String title,
              java.lang.String message)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
close dialog window when user clicks "Close"

Specified by:
actionPerformed in interface java.awt.event.ActionListener

show

public void show()
Display the dialog box